{{ theme.title }}
{{ admin_bar }}

{% if theme.poll %}
{{ theme.poll }}
{% endif %} {% for post in posts %}
{{ post.author.name }} Добавлено: | {{ post.time }} | {{ post.post_number }}
{% if post.id_author != 0 %}
{{ post.author.user_rank }}
Статус: {{ post.author.rank }}
Группа: {{ post.author.status_title }}
Сообщений: {{ post.author.posts }}
Регистрация: {{ post.author.puttime }}
Состояние: {{ post.author.status_on }}
Репутация: {{ post.author.rating }} 
{% endif %}

{{ post.message }}

{% if post.attachment %}
{{ post.attachment }}
{% else %}
{% endif %} {% if post.id_author != 0 %}

{{ post.author.signature }} {% endif %}

{{ post.editor_info }}
{% if post.id_author != 0 %}
  • View profile
  • {% if fps_user != false %}
  • Send mail
  • PM
  • {% endif %} {% if post.author.url %}
  • Author site
  • {% endif %} {% endif %}
    {% endfor %}
    {{ pagination }}
    {{ reply_form }}