{% extends "exceptbot/base.html" %} {% load static %} {% block content %} {% if logs %}

Exception Logs

{% for log in logs %} {% endfor %}
Timestamp Exception Path Action
{{ log.timestamp }} {{ log.exception_type }} ({{ log.count }}) {{ log.url_path }} {% if not log.is_resolved %} Mark as Resolved {% endif %}
{% else %}
{% endif %} {% endblock %}