{% extends "base_email.html" %} {% block content %}

{{ _fsdomain('Your password has been changed.') }}

{% if security.recoverable %}  

{{ _fsdomain('If you did not change your password,') }} {{ _fsdomain('click here to reset it') }}.

{% endif %} {% endblock %}