{% load app_filter %} {% with color=request.session.superuser|su_color %} {% with hexcolor="#ef5350" %} {% with hexlightcolor="#ef9a9a" %} {% load static %}
{% block title %}Scout Brega{% endblock %}
{% if request.user.is_impersonate %}
Stai impersonando l'utente {{request.user}}
Chiudi impersonazione
{% endif %}
{% csrf_token %}
{% 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
{% if user.is_superuser %}
{% if request.session.superuser %}
{{request.session.superuser_group}}
security
diga
muta
reparto
posto
clan
Esci superuser
security
{% else %}
security
{% endif %}
{% endif %}
{% block toolbar %} {% endblock %}
{% block content %} {% endblock %}
{% block script_import %} {% endblock %} {% endwith %} {% endwith %} {% endwith %}