{% 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 %} Hitting API rate limits in your project? Learn why API rate limits happen and how to address them.  Learn more. {% elif banner_choice == 1 %} Managing a Python monolith? Join us Feb. 27th at 2AM PT to learn how Kraken Technologies debugs their's with Sentry.  Learn more. {% endif %}
{% endif %}