{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %}

Newsletters

{{ 'newsletters_text_01'|trans }}

{% for n in news %}
{{ n.title }}

{{ n.description }}

{% 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 %}