{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %} Archives {{ 'news'|trans }} Newsletters Save the date Newsletters {{ 'newsletters_text_01'|trans }} {{ 'subscribe'|trans }} {{ 'all'|trans }} {% for category in categories %} {% if newsCountByCategory[category.id]|default(0) > 0 %} {{ category.name }} ({{ newsCountByCategory[category.id]|default(0) }}) {% endif %} {% endfor %} {% for n in news %} {{ n.title }} {{ n.description }} {{ 'read_the_article'|trans }} {% else %} {{ 'no_archive_found'|trans }} {% endfor %} {{ knp_pagination_render(news) }} {{ 'contact_and_membership'|trans }} {{ 'join_the_association'|trans }} {{ 'join_the_association_text'|trans | nl2br }} {{ 'join'|trans }} {% endblock %}
{{ 'newsletters_text_01'|trans }}
{{ n.description }}
{{ 'no_archive_found'|trans }}
{{ 'join_the_association_text'|trans | nl2br }}