{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0448\u0430\u0431\u043b\u043e\u043d\u0430: <code>admin/login.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% extends &quot;admin/base_site.html&quot; %}\n{% load i18n static %}\n\n{% block extrastyle %}{{ block.super }}\n&lt;link rel=&quot;stylesheet&quot; href=&quot;{% static &quot;admin/css/login.css&quot; %}&quot;&gt;\n&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css&quot;&gt;\n  &lt;script type=&quot;module&quot; src=&quot;{% static &#x27;js/module.js&#x27; %}?{% now &quot;U&quot; %}&quot;&gt;&lt;/script&gt;\n\n{{ form.media }}\n{% endblock %}\n\n{% block bodyclass %}{{ block.super }} login{% endblock %}\n\n{% block usertools %}{% endblock %}\n\n{% block nav-global %}{% endblock %}\n\n{% block nav-sidebar %}{% endblock %}\n\n{% block content_title %}{% endblock %}\n\n{% block breadcrumbs %}{% endblock %}\n\n{% block content %}\n{% if form.errors and not form.non_field_errors %}\n&lt;p class=&quot;errornote&quot;&gt;\n{% if form.errors.items|length == 1 %}{% translate &quot;Please correct the error below.&quot; %}{% else %}{% translate &quot;Please correct the errors below.&quot; %}{% endif %}\n&lt;/p&gt;\n{% endif %}\n\n{% if form.non_field_errors %}\n{% for error in form.non_field_errors %}\n&lt;p class=&quot;errornote&quot;&gt;\n    {{ error|safe }}\n&lt;/p&gt;\n{% endfor %}\n{% endif %}\n\n&lt;div id=&quot;content-main&quot;&gt;\n\n{% if user.is_authenticated %}\n&lt;p class=&quot;errornote&quot;&gt;\n{% blocktranslate trimmed %}\n    You are authenticated as {{ username }}, but are not authorized to\n    access this page. Would you like to login to a different account?\n{% endblocktranslate %}\n&lt;/p&gt;\n{% endif %}\n\n&lt;form action=&quot;{{ app_path }}&quot; method=&quot;post&quot; id=&quot;login-form&quot;&gt;{% csrf_token %}\n  &lt;div class=&quot;form-row&quot;&gt;\n    {{ form.username.errors|safe }}\n    {{ form.username.label_tag }} {{ form.username }}\n  &lt;/div&gt;\n  &lt;div class=&quot;form-row&quot;&gt;\n    {{ form.password.errors }}\n    {{ form.password.label_tag }}\n    {# form.password #}\n    &lt;input type=&quot;password&quot; name=&quot;password&quot; autocomplete=&quot;current-password&quot; required=&quot;&quot;\n           id=&quot;id_password&quot;&gt;\n    &lt;i class=&quot;far fa-eye&quot; id=&quot;togglePassword&quot; style=&quot;margin-left: -30px; cursor: pointer;&quot;&gt;&lt;/i&gt;\n\n    &lt;input type=&quot;hidden&quot; name=&quot;next&quot; value=&quot;{{ next }}&quot;&gt;\n  &lt;/div&gt;\n  {% url &#x27;admin_password_reset&#x27; as password_reset_url %}\n  {% if password_reset_url %}\n  &lt;div class=&quot;password-reset-link&quot;&gt;\n    &lt;a href=&quot;{{ password_reset_url }}&quot;&gt;{% translate &#x27;Forgotten your password or username?&#x27; %}&lt;/a&gt;\n  &lt;/div&gt;\n  {% endif %}\n  &lt;div class=&quot;submit-row&quot;&gt;\n    &lt;input type=&quot;submit&quot; value=&quot;{% translate &#x27;Log in&#x27; %}&quot;&gt;\n  &lt;/div&gt;\n&lt;/form&gt;\n\n&lt;/div&gt;\n{% endblock %}\n</code>\n  </div>\n</div>\n"}