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

{{ organization.name }}

{% csrf_token %}

Login with your existing Sentry account to continue.

Don't have an account? Skip this step.

{{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% trans "Lost your password?" %}
{% endblock %}