{% extends 'paxalia/auth_base.html' %} {% load i18n %} {% block title %}{% trans "Check your email" %} ยท {{ brand_name }}{% endblock %} {% block content %} {% trans "Check your email" %}{% trans "If the address is registered, password reset instructions are on their way." %} {% trans "For account privacy, this page intentionally does not confirm whether an email address exists." %}{% trans "Back to login" %} {% endblock %}
{% trans "If the address is registered, password reset instructions are on their way." %}
{% trans "Back to login" %}