{% load i18n static admin_atlantis %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_direction as direction %} {% get_admin_setting as admin_setting %} {% include 'includes/head.html' %} {% block extrastyle %}{% endblock extrastyle %} {% block extrahead %}{% endblock extrahead %}
{% include 'includes/header.html' with active_page=active_page %}
{% block content %} {% endblock content %} {% include 'includes/footer.html' %}
{% include 'includes/custom-template.html' %}
{% include 'includes/scripts.html' %} {% block extrajs %}{% endblock extrajs %}