{% load i18n %} {% load static %} {% load load_helpdesk_settings %} {% with request|load_helpdesk_settings as helpdesk_settings %} {% include 'helpdesk/base-head.html' %} {% block helpdesk_head %}{% endblock %} {% include "helpdesk/navigation-header.html" %}
{% include "helpdesk/navigation-sidebar.html" %}
{% block helpdesk_body %}{% endblock %}
{% include "helpdesk/attribution.html" %}
{% include "helpdesk/debug.html" %} {% include 'helpdesk/base_js.html' %} {% block helpdesk_js %}{% endblock %} {% endwith %}