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