{% extends 'base.html.twig' %} {% block title %}Admin TAM : Actions en France{% endblock %} {% block body %}
{% include "partials/_left_banner.html.twig" %}

En-tête

{% if rubricInfo.title is not empty or rubricInfo.getGalleryImage.path is defined or rubricInfo.text is empty %}

{{ rubricInfo.title }}

{% if rubricInfo.getGalleryImage is not empty %} {{ rubricInfo.getGalleryImage.alt }} {% endif %}
{{ rubricInfo.text|quill_html|raw }}
{% endif %} {% include "back/partials/_rubric_info_form.html.twig" %}

Actions

Nos principaux dispositifs :

Découvrez nos différents accompagnements développés en partenariats avec les acteurs locaux.

{% for action in actions %}
{% if action.title is not empty %}

{{ action.title }}

{% endif %}
{{ action.text|quill_html|raw }}
{% if action.aside is not empty %} {% endif %}
Modifier
{% endfor %} {% if actions is not empty %} {% endif %}

Ajouter une action

{{ form(actionForm) }}
{% include "back/partials/_sections.html.twig" %}
{% include "partials/_right_banner.html.twig" %}
{% endblock %}