{{ entity.add_markers.main_text }}
{% if checkAccess([module,'download_files']) %}
{% if entity.add_markers.attachment %}
{{ entity.add_markers.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 %}