{% extends 'unfold/layouts/skeleton.html' %} {% load i18n static %} {% block bodyclass %}{{ block.super }}bg-base-50 login dark:bg-base-900{% endblock %} {% block usertools %}{% endblock %} {% block nav-global %}{% endblock %} {% block nav-sidebar %}{% endblock %} {% block content_title %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block title %} پنل مدیریت هی ملز {% endblock %} {% block base %}

خوش امدید به پنل مدیریت هی ملز

{% include "unfold/helpers/messages.html" %} {% if form.errors or form.non_field_errors %}
{% include "unfold/helpers/messages/errornote.html" with errors=form.errors %} {% include "unfold/helpers/messages/error.html" with errors=form.non_field_errors %} {% if user.is_authenticated %} {% blocktranslate trimmed asvar message %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktranslate %} {% include "unfold/helpers/messages/error.html" with error=message %} {% endif %}
{% endif %} {% block login_before %}{% endblock %}
{% csrf_token %}
{% if password_reset_url %} {% endif %}
{% block login_after %}{% endblock %}
arrow_forward بازگشت به وبسایت {% if not theme %} {% include "unfold/helpers/theme_switch.html" %} {% endif %}
{% endblock %}