{% extends 'base.html' %} {% load i18n %} {% block page_title %}{% trans 'Set a new password' %} – {{ block.super }}{% endblock %} {% block content %} {% trans 'Set a new password' as form_title %} {% trans 'Submit' as submit_text %} {% include 'mtp_common/forms/generic.html' %} {% endblock %}