{% extends 'entreprise/entreprise_base.html.twig' %} {% block title %}Bureau | {{ entreprise.raisonSociale }}{% endblock %} {% block stylesheets %} {{ parent() }} {# On lie le nouveau fichier CSS externe ici #} {% endblock %} {% block body %} {% include 'flash_messages.html.twig' %}
Tableau de bord : {{ entreprise.raisonSociale }}