{% include 'block/lock.html.twig' %}
{% block header %}
{% endblock %}
{% block modal %}
{% endblock %}
{% if is_granted('ROLE_USER') %}
{% block menuleft %}
{% endblock %}
i
{% endif %}
{% 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 #}
- 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 %}{{ 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
-
3
You have 3 new notifications
- New user registered. 18 mins
- Server down. 27 mins
- New order. 36 mins
- Server restared. 45 mins
- Server started. 50 mins
- Check all notifications
-
{% if app.user is not null %}{{ app.user.username }}{% 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 %}
- {{ "Statistics"|trans }} {% if is_granted('ROLE_ADMIN') %}
- {{ "Managment"|trans }} {% endif %}
- {{ "Stand By"|trans }}