{% for date in dates %}
{{report.title}} {{date|date:"Y-m-d"}}
{% endfor %}
Recent Oopses
Date/Time
Oops
Exception Type
Duration (ms)
HTTP Method
URL
{% for oops, exception_type in recent %}
{{oops.date|date:"Y-m-d H:i:s"}}
{{oops.oopsid}}
{{exception_type}}
{{oops.total_time}}
{{oops.http_method}}
{% if oops.url %}{{oops.url}}{% endif %}
{% endfor %}