{% with color="light-blue darken-4" %} {% with hexcolor="#01579b" %} {% with hexlightcolor="#039be5" %} {% load static %} {% load app_filter %}
{% block title %}Scout Brega{% endblock %}
{% if request.user.is_impersonate %}
Stai impersonando l'utente {{request.user}}
Chiudi impersonazione
{% endif %}
{% csrf_token %}
home
{% block breadcrumb %} {% endblock %}
{% if user.is_staff or perms.client.staff %}
{{ user.username }}
admin_panel_settings
{% elif "capi" in user|user_groups%}
{{ user.username }}
supervisor_account
{% else %}
{{ user.username }}
{% endif %}
person
Impostazioni
{% if user.is_staff or perms.client.staff %}
build
Pannello Admin
{% endif %} {% if user|user_list %}
list
Lista documenti
{% endif %}
exit_to_app
Logout
Informazioni sul prodotto
{% block toolbar %} {% endblock %}
{% block content %} {% endblock %}
{% endwith %} {% endwith %} {% endwith %}