{% load static i18n %}{% get_current_language as LANGUAGE_CODE %} {% block title %}{{ site_settings.business_name }}{% endblock %} {% if project_description %} {% endif %} {% if LANGUAGE_CODE == 'ar' %} {% else %} {% endif %} {% block head %}{% endblock %}
{% if user.is_authenticated %} {% endif %}
{% if user.is_authenticated %}
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}