{% load staticfiles %} {% load bootstrap3 %} {% 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 %}
Toggle navigation
Maraude ALSA
{% if user.is_authenticated %}
{% bootstrap_icon "road" %} Maraudes
{% include "maraudes/menu.html" %}
{% bootstrap_icon "pencil" %} Notes
{% include "notes/menu.html" %}
{% else %}
{% bootstrap_icon "stats" %} Statistiques
{% endif %}
{% 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 %}
{% bootstrap_messages %} {% block page_content %}{% endblock %}
{% block sidebar %}{% endblock %}