{% block base_header %} {# FIXME Hardcoded urls #} {% block base_header_head %} {% block base_header_title %}{{ title }}{% endblock %} {% comment %} Javascript global variables {% endcomment %} {% block base_header_additional_head %} {% endblock %} {% endblock %} {% block base_body_start %} {% endblock %} {% comment %} TOP BAR {% endcomment %} {% if current_user_data.sudoer %}
Important information Hi {{ current_user_data.sudoer.name }}, you are currently logged in as {{ current_user_data.account.name }}.
{% endif %} {% comment %} BREADCRUMB {% endcomment %}
{% endblock base_header %} {% comment %} MAIN CONTENT {% endcomment %} {% block base_navbody_start %}
{% endblock %} {% block base_footer %}
{% block base_debug %} {% if debug %} {% if not current_user_data.account.is_default_account %} {% include "debug.html" %} {% endif %} {% endif %} {% endblock %} {% endblock base_footer %}