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