{% extends "base.html" %} {% block title %}{{ t('ui.change_password.title') }} - {{ branding.name }} {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% include '_company_header.html' %}

{{ t('ui.change_password.title') }}

{{ t('ui.change_password.subtitle', email=email) | safe }}

{{ t('ui.change_password.password_instructions') }}
{% endblock %}