{% extends "admin/base_site.html" %} {% load static %} {% block title %}Tiny Turret{% endblock %} {% block content %}

Exception Groups

{% csrf_token %}
{% for group in exception_groups %} {% endfor %}
base_file_name
exception_name
exception_message
error_count
first_seen
last_seen
Actions
{{ group.info.base_file_name }} {{ group.info.exception_name }} {{ group.info.exception_message }} {{ group.info.error_count }} {{ group.info.first_seen }} {{ group.info.last_seen }} View
{% endblock %}