{% 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 %} Want to know if your recurring jobs are running on schedule? Join us August 29th to learn how to get started with Sentry Cron Monitoring.  Register now. {% elif banner_choice == 1 %} Learn about the latest trends in open source. Join us September 7th as we discuss the future of open source with leaders at OSS companies.  Register now. {% endif %}
{% endif %}