{% block stylesheets %} {##} {% endblock %} S'Time | {% block title %}{% endblock %} {% block bandeau %} {{ include('Core/menu.html.twig') }} {% endblock %}
{# affiche les titre de pages #} {% block titlePage %}{% endblock %}
{% set current_path = app.request.get('_route') %} {% if current_path == 'rapports_heures-production' %}
{% else %}
{% endif %} {# affiche les message d'erreur #} {{ include('Core/messageSession.html.twig') }} {% block body %}{% endblock %}
{% block javascripts %} {% endblock %}