{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %} {% block wrapperclass %}narrow auth hide-sidebar{% endblock %} {% block content %}

{% trans "Recover Account" %}

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