{% with color="light-blue darken-4" %} {% with hexcolor="#01579b" %} {% with hexlightcolor="#039be5" %} {% load static %} {% load app_filter %}
{% block title %}Scout Brega{% endblock %}
{% csrf_token %}
home
{% block breadcrumb %} {% endblock %}
{% if group_view %}
Lista documenti
{% endif %} {% if user.is_staff or perms.client.staff %}
Pannello Admin
{% endif %} {% if user.is_staff or perms.client.staff %}
build
{% endif %} {% if group_view %}
list
{% endif %}
{{ user.username }}
person
Gestione account
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
{% block toolbar %} {% endblock %}
{% block content %} {% endblock %}
{% endwith %} {% endwith %} {% endwith %}