{% load app_filter %} {% with color=request.session.superuser|su_color %} {% with hexcolor="#ef5350" %} {% with hexlightcolor="#ef9a9a" %} {% load static %}
{% block title %}Scout Brega{% endblock %}
{% 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
Gestione account
{% if user.is_staff or perms.client.staff %}
build
Pannello Admin
{% endif %} {% if user|user_list %}
list
Lista documenti
{% endif %}
exit_to_app
Logout
{% for username in request.COOKIES.user_switcher|parse_userswitcher%} {% if username != user.username %}
{{username}}
{% endif %} {% endfor %}
person_add
Aggiungi un altro utente
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 %}