{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Create a new password – GOV.UK Notify {% endblock %} {% block maincolumn_content %}
{% if user %}

Create a new password

You can now create a new password for your account.

{{ textbox(form.new_password, hint="Your password must have at least 10 characters") }} {{ page_footer("Continue") }}
{% else %}

Message about email address does not exist. Some one needs to figure out the words here.

{% endif %}
{% endblock %}