{% 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 %} Session Replay can help you resolve some of the most difficult issues to reproduce. Join us on Jan. 11th at 10AM PT to learn how.  Register. {% elif banner_choice == 1 %} Have a Next.js project? Join us on Jan. 17th at 10AM PT to learn how to debug your Next.js project with Sentry.  Learn more. {% endif %}
{% endif %}