{% extends "base.html" %} {% block content %}

{% if initial %}Create account{% else %}Reset password{% endif %}

{{ form_html }}
{% if initial %} To finish creating your account, set a password. {% else %} To finish resetting your account, enter your new password. {% endif %} There are minimum difficulty requirements for your password, which you can meet by making your password long or complex enough.
{% endblock %}