{% 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 %} Chat with the team to learn how Sentry automatically detects performance issues, making APM actually helpful.  Register here. {% elif banner_choice == 1 %} Join the OpenTelemetry AMA to learn how to combine the power of Sentry with OTel performance data.  Register. {% endif %}
{% endif %}