{% load i18n %} {% load staticfiles %} {{ BRANDING.TITLE }} - {% block title %}{% endblock %} {% if user.is_authenticated and HELPDESK_INTEGRATION_JAVASCRIPT_URL %} {% endif %} {% block extrahead %}{% endblock %} {% block bottomblock %}{% endblock %}
{% block navbars %} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block blockcontainer %}
{% block brcrmb_container %} {% if messages %} {% for message in messages %}
{% if 'safe' in message.tags %} {{ message|safe }} {% else %} {{ message }} {% endif %}
{% endfor %} {% endif %} {% endblock %}
{% block content %} {% endblock %}
{% endblock %}
{% block video %} {% endblock %} {% if BRANDING.ANALYTICS_FILE_PATH %} {% include BRANDING.ANALYTICS_FILE_PATH %} {% endif %} {% block postfooter %}{% endblock %}