{% extends "misago/base.html" %} {% load i18n %} {% block title %} {% if user.is_authenticated and not user.has_usable_assword %} {% trans "Set new password" %} | {{ block.super }} {% else %} {% trans "Change forgotten password" %} | {{ block.super }} {% endif %} {% endblock %} {% block content %}
{% endblock content %}