{% load static i18n %} {% get_current_language as CURRENT_LANG %} {% block title %}MASAR CARGO{% endblock %} {% if project_description %} {% endif %} {% if CURRENT_LANG == 'ar' %} {% endif %} {% block head %}{% endblock %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
Debug: Lang={{ CURRENT_LANG }}, Cookie={{ request.COOKIES.django_language }}