{% with color="red lighten-1" %} {% with hexcolor="#ef5350" %} {% with hexlightcolor="#ef9a9a" %} {% load static %} {% load app_filter %}
{% block title %}Scout Brega{% endblock %}
home
{% block breadcrumb %} {% endblock %}
{{ user.username }}
person
Gestione account
{% if user.is_staff or perms.client.staff %}
build
Pannello Admin
{% endif %} {% if group_view %}
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
{% block toolbar %} {% endblock %}
{% block content %} {% endblock %}
{% endwith %} {% endwith %} {% endwith %}