{% load static %}
{% block title %}Scout Brega{% endblock %}
Home
home
{% block breadcrumb %} {% endblock %}
{% if user.is_authenticated %} {% if user.is_staff or perms.client.staff %}
Pannello Admin
{% endif %}
{{ user.username }}
person
{% if user.is_staff or perms.client.staff %}
build
{% endif %}
info_outline
exit_to_app
{% else %}
info_outline
Registrazione
Login
{% endif %}
{% block toolbar %} {% endblock %}
{% block content %} {% endblock %}