{% if request.LANGUAGE_CODE == "ar" %} {% else %} {% endif %} {% load static %} {% load widget_tweaks %} {% load admin_custom_tags %} {% load i18n %} {% favicon_exist "static/admin_base/img/"|stringformat:"s"|add:"favicon.png" as favicon %} {% if favicon %} {% else %} {% endif %} {% if request.LANGUAGE_CODE == "ar" %} {% endif %} {% block website_head %} {% endblock website_head %}
{% if user.is_authenticated %} {% if request.LANGUAGE_CODE == "ar" or request.LANGUAGE_CODE == "fa" or request.LANGUAGE_CODE == "he" %}
{% else %}
{% endif %}
{% with file_path="static/admin_base/img/"|stringformat:"s"|add:user.get_username|stringformat:"s"|add:"_pfp.jpg" %} {% pfp_exist file_path as pfp %}
{% if pfp %} {% else %} {% endif %}
{% endwith %}
{% with username=user.get_username|title %} {% with name="Welcome back, "|add:username %}

{% message_translated name %}

{% endwith %} {% endwith %}
{% if "seo" in apps %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% if request.LANGUAGE_CODE == "ar" %}
{% else %}
{% endif %}
Loading...

{% trans "Saving your updates, hang tight..." %}

{% block website_body %} {% endblock website_body %}
{% include "base/components/language_selection.html" %}
{% else %} {% include "base/components/login_view.html" %} {% endif %}
{% include "base/components/mobile_view.html" %} {% block additional_dom_scripts %} {% endblock additional_dom_scripts %}