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

Newsletters

{{ 'newsletters_text_01'|trans }}

{#

Actualités

#}
{% for std in saveTheDate %}
{% if std.photo %} {% else %} {% endif %}

{{ std.title }}{% if std.date and std.hideDate == false %} - {{ std.date|date('d/m/Y') }}{% endif %}

{{ std.description }}

{% if std.registerBtn %} {{ 'i_register'|trans }} {% endif %}
{% else %}

{{ 'no_save_the_date_found'|trans }}

{% endfor %}
{{ knp_pagination_render(saveTheDate) }}
{% if saveTheDate|length > 0 %}

Inscription

{% endif %}
{{ 'contact_and_membership'|trans }}

{{ 'join_the_association'|trans }}

{{ 'join_the_association_text'|trans | nl2br }}

{{ 'join'|trans }}
{% endblock %}