{% load static %}
{% block title %}Scout Brega{% endblock %}
{% block nav %} {% endblock %}
{% if user.is_staff or perms.client.staff %}
Pannello Admin
{% endif %} {% if user.is_authenticated %}
{{ user.username }}
{% endif %} {% if user.username != "" %}
exit_to_app
{% else %}
Registrazione
Login
{% endif %}
{% block content %} {% endblock %}