{% extends "sentry/layout.html" %} {% load url from future %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block page_header_block %}{% endblock %} {% block bodyclass %}{% endblock %} {% block main %}
{% url 'sentry-recover-account' as link %}

{% 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 %}