{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Sign out" %} | {{ block.super }}{% endblock %} {% block auth_main %}

{% trans "Sign out" %}

{% csrf_token %}

We’re gonna need you to try that again.

{% endblock %}