{% extends 'base.html.twig' %} {% block body_id 'welcomeadmin' %} {% block title %}{{ "Managment_pannel"|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block c4rg0_menuleft %} {% endblock %} {% block body %}


 {{ 'today'|trans }} {{ datenow|date("d/m/Y") }}

Benvenuto in Area Manager {{ app.user.profilofullname }}


{% if azienda is defined %} {{ render(controller('App\\Controller\\SelectCompanyController::aziende', {'a_azienda':azienda})) }} {% endif %}
{% if is_granted('ROLE_SUPERADMIN') %}

C4RGO {{ 'Location'|trans }} [{{ listaluoghi|length }}]

{{ 'Place'|trans }}

   C4RGO

{{ 'Schedulers'|trans }}


{% endif %}
{% endblock %}