Le Hachoir - {% block title %}{% if title %}{{ title }}{% else %}No Title{% endif %}{% endblock %}
{% block head %}
{% block extra_js %}
{% endblock %}
{% block body %}
{% if user.is_authenticated %}
Logged in as {% if user.email %}{{ user.email }}{% else %}{{ user }}{% endif %}logout→
{% endif %}
{% block nav %}
{% comment %}
Much of the content in block nav should probably be moved into a djhcup_frontend module of some kind.
So far each of these modules are either siblings or layer sequentially one on top of the other, and a required module that ties it all together might be ideal from an organization perspective.
Would also like to pull in file discovery, file matching, auto-batch creation views into frontend. They don't really belong where they are if there's a ui layer module.
{% endcomment %}
{% if "djhcup_reporting" in djhcup_components %}