{% load i18n static simpletags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {{ site_title }}-{% trans 'Log in' %} {% endblock %} {% block icon %} {% endblock %} {% include 'admin/includes/css-part.html' %} {% block main %} {% block errors %}
{% if form.non_field_errors %} {% for error in form.non_field_errors %} {% endfor %} {% endif %} {% if form.errors and not form.non_field_errors %}

{% if form.errors.items|length == 1 %} {% else %} {% endif %}

{% endif %}
{% endblock %}

欢迎使用SmartChart V7 - AI Agent Inside 请输入您的账号和密码进行登录!

{% block form %}
{% csrf_token %} {% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} {% endif %} {% trans 'Log in' %}
{% endblock %}
{% endblock %} {% include 'admin/includes/js-part.html' %} {% block login_js %} {% endblock %}