{% 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 %} Session Replay is now available for mobile SDKs. Join us July 31st to learn how to watch user sessions to debug mobile issues.  Register now. {% elif banner_choice == 1 %} Session Replay is now available for mobile SDKs. Join us July 31st to learn how to watch user sessions to debug mobile issues.  Register now. {% endif %}
{% endif %}