{% extends CMS_TEMPLATE %} {% load i18n cms_tags %} {% block base_content %}

{% if user.has_usable_password %}{% trans "Reset password" %}{% else %}{% trans "Setup password" %}{% endif %}

{% csrf_token %} {% include "forms/form_fields.html" %}
{% endblock %}