{% extends 'Default/base.html.twig' %} {% block title %} TABLEAU DE BORD {% endblock %} {% block breadcrumb1 %} {%if is_granted('ROLE_ADMIN_COUNTRY') %} Admin Word {% elseif is_granted('ROLE_MANAGER') %} Admin Manager {% endif %} {% endblock %} {% block breadcrumb2 %} TABLEAU DE BORD {% endblock %} {% block content %}

dashboard 1

Store, modify, and extract information from your database.

dashboard 2

Store, modify, and extract information from your database.

dashboard 3

Store, modify, and extract information from your database.

{% endblock %}