{% load i18n static %} {% 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 %}
{% block content %}{% endblock %}