{% include 'block/lock.html.twig' %}
{% block header %}
{% endblock %}
{% block modal %}
{% endblock %}
{% if is_granted('ROLE_USER') %}
{% block menuleft %}
{% endblock %}
{% endif %}
{% block primariga %}
{% endblock %}
{% block body %}
{% endblock %}
{# it's not mandatory to set the timezone in localizeddate(). This is done to
avoid errors when the 'intl' PHP extension is not available and the application
is forced to use the limited "intl polyfill", which only supports UTC and GMT #}
{% block loghi_testata %}
{% block logo_cliente %}
{% endblock %}
{% endblock %}
{% endblock %}
-
{% block quick_action %}
- 2
-
1
You have 1 new message
-
Ing. Imrich Kamarel 12 minsDuis aute irure dolor in reprehenderit in voluptate velit esse cillum -
Arnold Karlsberg 1 hourLorem ipsum dolor sit amet, consectetur adipisicing elit -
{% if app.user is not null and app.user.avatar is not null %}
{% else %}
{% endif %}
{% if app.user is not null and app.user.profilo is not null %}{{ app.user.profilo.nome ~ " " ~ app.user.profilo.cognome }}{% endif %} 3 hours -
Peter Kay 5 hoursUt enim ad minim veniam, quis nostrud exercitation -
George McCain 6 hoursLorem ipsum dolor sit amet, consectetur adipisicing elit - Check all messages
{{ render(controller('App\\Controller\\MenuAlertBlockController::recentAlert')) }}
- {% endblock %}
-
{% if app.user is not null and app.user.avatar is not null %}{% if app.user is not null %}{{ app.user.username }}{% endif %}
{% else %}
{% endif %}
-
-
Navigation
- {{ "Dashboard"|trans }}
- {{ "Search"|trans }}
- {{ "Gallery"|trans }} {% if env_site_online != 'Y' %}
- {{ "Weight Scale"|trans }} {% endif %}
- {{ "Monitoring 360°"|trans }} {% if env_site_online != 'Y' %}
- {{ "Light Balance"|trans }} {% endif %} {% if env_site_online == 'Y' or is_granted('ROLE_SUPERADMIN') %} {% if is_granted('ROLE_ADMIN') %}
- {{ "Statistics"|trans }}
- {{ "Managment"|trans }} {% endif %} {% endif %}
- {{ "Stand By"|trans }}