{% block head %}
{{ titolo }} - ALLERTA sistema gestionale {{ owner }}
{% if enable_technical_support and technical_support_open %} {% endif %} {% endblock %}
{% block menu %}
{{ 'Availability List'|t }}
{{ 'Services'|t }}
{{ 'Trainings'|t }}
{{ 'Logs'|t }}
{{ 'Graphics'|t }}
{% if enable_technical_support %}
{{ 'Technical Support' }}
{% endif %}
{{ 'Hi, %s.'|t|format(user.name) }}
{{ 'Logout'|t }}
☰
{% endblock %}
{% block content %}{% endblock %}