{% extends 'email_layout.html' %} {% block title %} {% trans %}Password changed{% endtrans %} {% endblock title %} {% block body %}

{% trans username=(user.fullname or user.username) %}Hey {{ username }},{% endtrans %}

{% trans %}You recently changed the password associated with your {{ header_name }} account.{% endtrans %}

{% trans %}If you did not make this change and believe your account has been compromised, please contact your administrator.{% endtrans %}

{% endblock body %}