{% extends 'base.html.twig' %} {% block title %} HOME {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock stylesheets %} {% block breadcrumbs %}

{% endblock %} {% block body %}
{# colone 01 #} {# colone 02 #}
{% if app.user and app.user.manager %}
File management
Data Quality Check
Historic
{% endif %}
Export queries list
{% if app.user and app.user.manager %}
Statistics
{% endif %}
Data dictionary
Questionnaires and protocols
{% endblock %} {% block javascripts %} {{ parent() }} {% include 'global/modal/add_file.html.twig' with { modal_title: 'Check data', submit_button_text: 'Check' } %} {% include 'global/modal/validate_cgu.html.twig' %} {% include 'global/modal/list_wrong_fields_and_header_modal.html.twig' %} {% endblock %}