{% for articleBlog in articlesBlog %} {% if articleBlog.valid %}
{% if articleBlog.image != null %} {% else %} {% endif %}

{{articleBlog.translations[app.request.locale].getName|default('')}}

{{articleBlog.translations[app.request.locale].getShortContent|default('')|raw}}
Lire la suite

{% endif %} {% endfor %}