{% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% include 'layouts/head.html' %}
{% include 'layouts/header.html' %}
{% block content %} {% endblock %}
{% include 'layouts/footer.html' %}
{% include 'layouts/sidebar.html' %}
{% include 'layouts/foot.html' %} {% block javascript %}{% endblock %}