{% if add_link %} Ответить {% endif %} {% if closed_theme %} Тема закрыта {% endif %} {{ meta }}
{{ pagination }}
{{ admin_bar }}

{{ theme.title }}

{% if theme.poll %} {{ theme.poll }} {% else %}
{% endif %}
{% for post in posts %}

{{ post.author.name }}

{% if post.author.status_line == 'Online' %}Online{% endif %} {% if post.id_author != 0 %}
  • {{ post.author.rank }}
  • {{ post.author.status_title }}
  • {{ post.author.posts }}
  • Репутация:{{ post.author.rating }}  {% if checkAccess(['users','set_rating']) and atm_user.id != post.id_author %} {% endif %}
  • Предупреждения: {{ post.author.warnings }}  {% if checkAccess(['users','users_warnings']) and atm_user.id != post.id_author %}
    +
    {% endif %}
  • Регистрация:
    {{ AtmDate(post.author.puttime) }}
{% endif %}
{% if theme.id %}#{{ post.post_number }}{% else %}Перейти в тему к сообщению{% endif %}
{{ post.message }}
{% if post.attachment and post.locked_attaches == 0 %}
Прикрепленные файлы:
{% if checkAccess([module,'download_files']) %} {% for file in post.attaches_list %} {{ file.name }} ({{ file.size }})
{% endfor %} {% else %} У вас нет прав для скачивания прикрепленных файлов {% endif %}
{% else %}
{% endif %} {% if post.editor_info %}
{{ post.editor_info }}
{% endif %} {% if post.id_author != 0 and post.author.signature %}
{{ post.author.signature }}
{% endif %}
Вернуться к началу {% if post.id_author != 0 %} Профиль {% if atm_user.id and atm_user.id != post.id_author %} ЛС Mail {% endif %} {% if post.author.url %} Сайт {% endif %} {% endif %} {% if post.edit_link %}Изменить{% endif %}{% if post.raw_time_mess %} Осталось {{ post.raw_time_mess }} сек.{% endif %} {% if post.delete_link %}Удалить{% endif %}{% if theme.id and checkAccess(['forum','add_posts']) and atm_user.id != post.id_author %}Цитировать{% endif %}
{% endfor %}
{{ pagination }}
{{ reply_form }}