{% load staticfiles %} {% load bootstrap4 %} {% load navbar %}
{% block title %}La maraude{% endblock %}
{% bootstrap_css %}{% bootstrap_javascript %}
{% block extrastyle %}{% endblock %} {% if stylesheets %}{% for stylesheet in stylesheets %}
{% endfor %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}
{% endblock %}
Maraude ALSA
{% block breadcrumbs %}
{{ page_header }}
{% if page_header_small %}
{{ page_header_small }}
{% endif %} {% endblock %}
{% if user.is_authenticated %}
Menu
Statistiques
{% if user.is_superuser %}
Administration
{% endif %}
{{ user }}
Déconnexion
{% endif %}
{% if user.is_authenticated %}
Maraudes
Maraudes
Planning
Notes
Par maraudes
Par sujets
{% else %}
Menu
Statistiques
{% endif %} {% block sidebar %}{% endblock %}
{% bootstrap_messages %} {% block page_content %}{% endblock %}