{% 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 %} Stay up to date on everything big and small, from product updates to SDK changes with the Sentry Changelog.  Learn more. {% elif banner_choice == 1 %} Session Replay rage and dead click detection is here. Know when your users are frustrated.  Learn more. {% endif %}
{% endif %}