{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Set Password" %} | {{ block.super }}{% endblock %} {% block auth_main %}

{% trans "Set Password" %}

{% trans "Set your account password below." %}

{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}