{% 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 %} {% comment %} MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP MEGADROP {% endcomment %}
{% comment %} split_tools are split into 3 lists of tools {% endcomment %}
NAV Tools

{% for column in current_user_data.split_tools %}
{% endfor %}
{# End megadropcontainer #} {% 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 %} {% include 'footer.html' %} {% block base_debug %} {% if debug %} {% if not current_user_data.account.is_default_account %} {% include "debug.html" %} {% endif %} {% endif %} {% endblock %} {% endblock base_footer %}