{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as popup %} {% block title %} INSTALL BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block breadcrumb %} {# {% if reminders|length > 0 %}#} {#
#} {#
#} {#
#} {# {% for reminder in reminders %}#} {# {% include 'dashboard/components/_alert_reminder.html.twig' with {'reminder': reminder} %}#} {# {% endfor %}#} {#
#} {#
#} {#
#} {# {% endif %}#} {{ include('dashboard/components/_subscription_informations.html.twig') }}
{% endblock %} {% block page_content_start %} {{ parent() }} {% endblock %} {% block page_content %} {{ parent() }} {#
#} {# {{ include('dashboard/components/_my_notifications.html.twig') }} #} {#
#}
{{ include('dashboard/components/_my_actions.html.twig') }}
{{ include('dashboard/components/_my_statistics.html.twig') }}
{{ include('dashboard/components/_my_company_projects.html.twig') }}
{{ popup.popup_degraded_mode() }} {% if app.request.query.has('fromDeviceForm') and app.request.query.get('fromDeviceForm') == '1' %} {{ popup.simple("info","Merci ! Votre appareil est bien enregistré et vous pouvez dès à présent l’utiliser pour toutes vos études.",null,null,'fromDeviceForm') }} {% endif %}
{% if is_granted('ROLE_DEMO') and demoPopup %} {{ include('demo/demo_popup.html.twig') }} {% endif %} {% endblock %}