{% 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' %} <<<<<<< HEAD
{% block period_navigation %}{% endblock period_navigation %} {% block content %}{% endblock content%} {% block body %}{% endblock body%} {% include 'footer.html' %}
=======
{% block period_navigation %} {% endblock period_navigation %} {% block content %} {% endblock content%} {% block body %} {% endblock body%} {% include 'footer.html' %}
>>>>>>> a4433631fb8ac35fdea38581ddea53fbba7115e4
{% block customJS %} {% endblock %}