{% 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 %} Protect user privacy and debug errors faster with Session Replay. Join us April 3rd at 10AM PT to learn more.  Register now. {% elif banner_choice == 1 %} AI-powered Autofix will generate code to fix your issues. Tune in April 25th at 10AM PT to learn more.  Register now. {% endif %}
{% endif %}