{% load i18n static%} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans 'HAIKAL' %}{% endblock %} {% if LANGUAGE_CODE == 'en' %} {% else %} {% endif %}
{% include 'header.html' %}
{% block content %} {% endblock %} {% include 'footer.html' %}
{% block extra_js %}{% endblock extra_js %}