{% 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 %} There's more to mobile app monitoring than crashes. Join us March 5th at 11AM PT as we cover mobile performance monitoring best practices.  Learn more. {% elif banner_choice == 1 %} Sentry Launch Week is back. Tune in starting March 18th at 9AM for a full week of new features and products.  Learn more. {% endif %}
{% endif %}