{% block head %}
{{ title }} - ALLERTA sistema gestionale {{ owner }}
{% if delete_caches %} {% endif %} {% if delete_service_workers %} {% endif %} {% 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 %}
{{ 'You are offline'|t }}.
{{ 'Last update'|t }}:
{% block pjax_content %} {% if pjax_requested %}
{{ title }} - ALLERTA sistema gestionale {{ owner }}
{% endif %} {% block content %}{% endblock %} {% endblock %}