{{ entity.title }}

{{ entity.atom.moder_panel }}
{{ entity.atom.main_text }}
{% if entity.atom.img_attach_all %}
{% for img in entity.atom.img_attach_all %} {% endfor %}
{% endif %}
{% if checkAccess([module,'download_files']) %} {% if entity.atom.attachment %}
{{ entity.atom.attachment }}
Downloads: {{ entity.downloads }}
{% else %}
Файл не найден
{% endif %} {% else %}
У вас нет прав на скачивание файла
{% endif %} {% if entity.tags %}
Теги: {% for tag in entity.tags %}{{ tag }}; {% endfor %} {% endif %} {% if entity.sourse %}
Источник: {{ entity.sourse }}{% endif %}
Автор: {{ entity.author.name }}
Категория: {{ entity.category.title }}
Просмотров: {{ entity.views }} {% if entity.commented %}
Комментариев: {{ entity.comments }}{% endif %}

{{ relmat }}