{% extends "admin/base_site.html" %} {% load i18n static %} {% block content %}

{{ forge.brand_logo_text }}

{{ forge.brand_name }}

{{ forge.brand_tagline }}

{% if form.errors and not form.non_field_errors %}

{% trans "Please correct the error below." %}

{% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %}
{% csrf_token %}
{% endblock %}