{% extends 'communication/_layout.html.twig' %} {% block title %}Plan de communication{% endblock %} {% block page_title %}Plan de communication{% endblock %} {% block body %}

Argumentaire / script d'accueil

Ce qu'il faut savoir répondre à un parent qui appelle : modalités d'inscription, tarifs, horaires...

{% if plan is null %}
Rien n'a encore été renseigné.
{% else %}
{{ plan.contenu }}
Dernière mise à jour le {{ plan.dateModification|date('d/m/Y à H:i') }} par {{ plan.modifiePar.prenom }} {{ plan.modifiePar.nom }}.
{% endif %} {% if is_granted('ROLE_DIRECTION') %}
{% endif %}
{% endblock %}