{% extends "utility_page.html" %} {% load i18n %} {% load bootstrap %} {% block head_title %}{% trans "Set your new password" %}{% endblock %} {% block page_title %}{% trans "Set your new password" %}{% endblock %} {% block utility_body %}
{% trans "Set your new password" %}
{% csrf_token %} {% include "_form_snippet.html" with form=form %}
{% endblock %}