{% 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 %} djangoproject.com identified an N+1 issue with Sentry performance issues. Learn how. {% elif banner_choice == 1 %} Get code-level performance insight for iOS, Android, Python and Node applications with Continuous Profiling. Learn more. {% endif %}
{% endif %}