{% extends base_template %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{{ title }}

{% trans 'You have to use your new password the next time you log in.' %}

{% endblock %}