{% 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 %} See code coverage in your stack trace with the first major release of our Codecov integration.  Learn more. {% elif banner_choice == 1 %} Syntax is joining Sentry. Listen to the tasty 600th episode to learn more and grab limited edition swag.  Read more. {% endif %}
{% endif %}