{% load static %}
Le Hachoir - {% block title %}{% if title %}{{ title }}{% else %}No Title{% endif %}{% endblock %}
{% block head %}{% endblock %} {% if user.is_authenticated %}
Toggle navigation
djhcup-hachoir
{% if "djhcup_reporting" in djhcup_components %}
Datasets
{% endif %}
{{ user.email }}
Logout
{% endif %}
{% block header %} {% if title %}
{{ title }}
{% endif %} {% endblock %} {% block messages %} {% for m in messages %}
{{ m.message|safe }}
{% endfor %} {% endblock %} {% block content %}{% endblock %}
{% block body_js %}{% endblock %}