{% extends "base_no_auth.html" %} {% load i18n %} {% block head %} {% endblock %} {% block login_content %}{% if validlink %}
{% csrf_token %}

{% trans "Password reset" %}

{% trans "Your new password will be send as a text message (SMS) to your phone number." %}

{% else %}

{% trans "The password reset link was invalid, possibly because it has already been used."%} {% trans "Please request a new password reset." %}

{% endif %}{% endblock %} {% block nav_accounts_forgot %}{% endblock %}