{% load sentry_helpers %} {% load sentry_assets %} {% block css %} {% if show_login_banner %} {% endif %} {% endblock %}
{% script %} {% endscript %} {% if messages %}
{% for message in messages %} {% with message.tags|split:" " as message_tags %}
× {{ message|linebreaks }}
{% endwith %} {% endfor %}
{% elif show_login_banner %}
{% if banner_choice == 0 %} With Suspect Commits via Git Blame, Sentry identifies who introduced the exact line of code that triggered an error.  Learn more. {% elif banner_choice == 1 %} Interested in using Jetpack Compose? Join our upcoming Jetpack Compose livestream to learn how to get started.  Register now. {% endif %}
{% endif %}