{% if request.user.is_authenticated %}
Your password has been changed.
{% else %}
Thanks, your activation is complete! You may now sign in using the username and password you set at registration:
{% include "login_form.html" %}
{% endif %}
Already forgot your password?