{% extends "email/base.html" %} {% load i18n %} {% load humanize %} {% block content %}

{% blocktrans with username=user.username %} Hi {{ username }}, {% endblocktrans %}

{% blocktrans %} You recently requested to change your password for your authentik account. Use the button below to set a new password. {% endblocktrans %}
{% trans 'Reset Password' %}
{% endblock %} {% block sub_content %} {% blocktrans with expires=expires|naturaltime %} If you did not request a password change, please ignore this email. The link above is valid for {{ expires }}. {% endblocktrans %} {% endblock %}