{% for articleBlog in articlesBlog %} {% if articleBlog.valid %}
{% if articleBlog.image != null %} {% else %} {% endif %}
{{ articleBlog.getCreatedAt|date('d M Y') }}

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

{{articleBlog.translations[app.request.locale].getShortContent|default('')|slice(0,200)|raw}}
Lire la suite
{% endif %} {% endfor %}