{% if articles|length > 0 %} {% for key, article in articles %} {% if article.isActif %}

{{ article.translations[app.request.locale].name|default('')|replaceCoord() }}

{{ article.translations[app.request.locale].description|default('')|replaceCoord(article.translations[app.request.locale])|replaceSommaire(article.translations[app.request.locale])|replaceAlbum|replaceBeforeAfter|raw }}
{% if article.documents|length > 0 %}
{% for pdf in article.documents %} {% endfor %}
{% endif %} {% if article.videos|length > 0 %}
{% for video in article.videos %}
{{ video.name }}
{{ video.iframe|raw }}
{% endfor %}
{% endif %}
{% endif %} {% endfor %} {% endif %}