{% extends "sentry/bases/admin.html" %} {% block admin-nav-warnings %} class="active"{% endblock %} {% load i18n %} {% load sentry_helpers %} {% block title %}System Warnings | {{ block.super }}{% endblock %} {% block main %}

System Warnings

{% if groups or warnings %}

Check out our guide for more information on how to resolve these issues.

{% for group, items in groups %}

{{ group }}

{% endfor %} {% if warnings %}

Miscellaneous

{% endif %} {% else %} There are no warnings at this time. {% endif %} {% endblock %}