{% 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 %}