{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block auth_main %}
{% blocktrans %}We were unable to confirm your identity. Either the link you followed is invalid, or it has expired. You can always try again.{% endblocktrans %}
{% endblock %}