{% if checkAccess([module,'download_files']) %}
{% if entity.add_markers.attachment %}
[Скачать {{ entity.add_markers.attachment }}] Загрузок: {{ entity.downloads }}{% else %} Файл не найден
{% endif %} {% else %} Скачивание запрещено {% endif %} {% if entity.tags %}
Теги:
{% for tag in entity.tags %}
{{ tag }} |
{% endfor %}
{% endif %}
