{% if article.documentName %}
{{ 'article.read_document'|trans }}
{% endif %}
{# ============ DIAPORAMA DE L'ARTICLE ============ #}
{% if article.images is not empty %}
{% for image in article.images %}
{% if image.caption %}{{ image.caption }}{% endif %}
{% endfor %}