{% extends "admin/base-admin.html" %} {% block title %}Reset Password{% endblock %} {% block content %}

{% trans %}Set New Password{% endtrans %}

{% trans %}Enter and confirm your new admin password{% endtrans %}

{% if error %}
{{ error }}
{% if not token %} {% endif %} {% endif %} {% if token %}
{% endif %}
{% endblock %}