Découvrez aussi !

{% for articleBlog in articlesBlog %} {% if articleBlog.valid %}
{% if articleBlog.image != null %} {% else %} {% endif %}
{{articleBlog.translations[app.request.locale].getName|default('')}}
{{ articleBlog.getCreatedAt|date('d M Y') }} / {{ articleBlog.categorieBlog.getName }}
{{articleBlog.translations[app.request.locale].getShortContent|default('') | slice(0,125) | raw}}...
Lire la suite

{% endif %} {% endfor %}