{% apply minimize %} {% block head %} {{ title }} - ALLERTA sistema gestionale {{ owner }} {% if delete_caches %} {% endif %} {% if delete_service_workers %} {% endif %} {{ script('main.js') }} {% endblock %} {% if enable_debug_bar %}{{ debug_bar_head|raw }}{% endif %} {% if show_menu %} {% block menu %} {# Menu #}
{{ 'Availability List'|t }} {{ 'Services'|t }} {{ 'Trainings'|t }} {{ 'Logs'|t }} {{ 'Hi, %s.'|t|format(user.name) }} {{ 'Logout'|t }}
{# /Menu #} {% endblock %} {% endif %} {# Content #}
{% block pjax_content %} {% if message %} {% endif %} {% if pjax_requested %}{{ title }} - ALLERTA sistema gestionale {{ owner }}{% endif %} {% block content %}{% endblock %} {% endblock %}
{# /Content #} {% if enable_debug_bar %}{{ debug_bar|raw }}{% endif %} {% if show_footer %} {% block footer %} {# Footer #}
Allerta-VVF, software libero realizzato per {{ owner }}.

Frontend versione

{# /Footer #} {% endblock %} {% endif %} {% endapply %}