{% load staticfiles %} {% load bootstrap4 %} {% load navbar %}
{% block title %}La maraude{% endblock %}
{% bootstrap_css %} {% bootstrap_javascript jquery="full" %}
{% block extrastyle %}{% endblock %} {% if stylesheets %}{% for stylesheet in stylesheets %}
{% endfor %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}
{% endblock %}
Maraude ALSA
{% if user.is_authenticated %}
Logout
{% if user.is_superuser %}
Admin
{% endif %}
{% endif %}
Menu
{% if user.is_authenticated %}
Maraudes
Suivi
{% endif %}
Statistiques
{% block sidebar %}{% endblock %}
{% bootstrap_messages %}
{% block page_content %}{% endblock %}