{% load static i18n %} {% get_current_language as CURRENT_LANG %} {% block title %}{{ app_settings.app_name|default:"MASAR CARGO" }}{% endblock %} {% if project_description %} {% endif %} {% if CURRENT_LANG == 'ar' %} {% endif %} {% block head %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}