{% extends 'base.html.twig' %} {% block title %}Résultats{% endblock %} {% block body %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}
Retour à l'accueil
Editer
Télécharger PDF
{% include "home/data_Bilan.html.twig" %}
{# Navigation des onglets #} {# Contenu des onglets #}
{% include "home/data_fiche_signaletique.html.twig" %}
{% include "home/data_calculateur.html.twig" %}
{% include "home/data_conceptionInstallation.html.twig" %}
{% include "home/data_physicoChimique.html.twig" %}
{% include "home/data_Bacterio.html.twig" %}
{% include "home/data_Vide_Sanitaire.html.twig" %}
{% include "home/data_cours_lot.html.twig" %}
Editer
Télécharger PDF
Retour à l'accueil
{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}