{% extends "sentry/bases/modal.html" %}
{% load crispy_forms_tags %}
{% load i18n %}
{% block title %}{% trans "Recover Account" %} | {{ block.super }}{% endblock %}
{% block main %}
{% 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 %}