{% extends "sentry/index.html" %} {% load sentry_helpers %} {% block title %}{{ group.error }} | Django Sentry{% endblock %} {% block heading %}Message Details{% endblock %} {% block content %}
{{ group.get_level_display }} {{ group.error }}
{% if group.status == 0 %} ✓ {% endif %}Variable | Value |
---|---|
{{ k_ }} | {{ v_|pprint }} |
No data for {{ k }}
{% endif %} {% endfor %}