{% include 'app/common/components/_filter_title.html.twig' with { page_title : 'app.common.components.page_title.download'|trans, filter_type : 'download'} %} {% if downloads is not empty %} {% for download in downloads %} {% if is_granted('read', download) %}
{% if download.picture is not null %}
{% endif %}

{{ download.title|striptags }}

{{ download.description|striptags }}
{% for file in download.files %} {{ file.originalFilename|truncate }} {% if loop.last == false %}
{% endif %} {% endfor %}
{% endif %} {% endfor %} {% else %}

{{ 'app.common.components.download.none_download'|trans }}

{% endif %}