{{ entity.title }}

{% include "../includes/moder_panel.html" %}
{{ entity.main_text }}
{{ entity.title }}
{% if entity.tags %}
Теги: {% for tag in entity.tags %}{{ tag }}; {% endfor %} {% endif %} {% if entity.sourse %}
Источник: {{ entity.sourse }}{% endif %} {% if entity.attaches_list and context.locked_attaches == 0 %}
Прикрепленные файлы:
{% if checkAccess([module,'download_files']) %} {% for file in entity.attaches_list %} {{ file.name }} ({{ file.size }})
{% endfor %} {% else %} У вас нет прав для скачивания прикрепленных файлов {% endif %}
{% endif %}
Автор: {{ entity.author.name }}
Категория: {{ entity.category.title }}
Просмотров: {{ entity.views }} {% if entity.commented %}
Комментариев: {{ entity.comments }}{% endif %}

{{ relmat }}