{% 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 %} Join us Jan. 31st at 2PM PT to see how to easily detect, trace and fix performance regressions in your API endpoints.  Learn more. {% elif banner_choice == 1 %} Join us Jan. 31st at 2PM PT to see how to easily detect, trace and fix performance regressions in your API endpoints.  Learn more. {% endif %}
{% endif %}