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