{% load i18n static%} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% endblock %} {% block description %} {% endblock %} {% if LANGUAGE_CODE == 'en' %} {% else %} {% endif %} {% block customCSS %} {% endblock %}
{% include 'header.html' %}
{% block period_navigation %}{% endblock period_navigation %} {% block content %} {% endblock content%} {% block body %} {% endblock body%} {% include 'footer.html' %}
{% block customJS %} {% endblock %}