{% extends 'base.html.twig' %} {% block title %}Admin TAM : Rapports d'activité{% endblock %} {% block body %}
{% include "partials/_left_banner.html.twig" %}

En-tête

{# En-tête #}

{{ rubricInfo.title }}

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

Rapports d'activité

{% for report in reports %}

{{ report.description }}

Modifier
{% endfor %}
{{ form(reportsForm) }}
{# Sections #}
{% include "back/partials/_sections.html.twig" %}
{% include "partials/_right_banner.html.twig" %}
{% endblock %}