{% load i18n static i18n_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_language_info for LANGUAGE_CODE as lang %} {% block title %}masarX | {% trans "Small Shipments, Smart Delivery" %}{% endblock %} {% if project_description %} {% endif %} {% if project_image_url %} {% endif %} {% if lang.direction == 'rtl' %} {% endif %} {% block head %}{% endblock %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% block content %}{% endblock %}