{% 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 %} Need a quick refresher on frontend error monitoring? Join us May 30th at 10am PT for a 20 minute session on frontend error monitoring.  Register. {% elif banner_choice == 1 %} Join us on May 25th at 10am PT to learn how to use Session Replay to investigate errors and performance issues.  Register. {% endif %}
{% endif %}