{% for date in dates %}
  • {{report.title}} {{date|date:"Y-m-d"}}
  • {% endfor %}

      Recent Oopses

      {% for oops, exception_type in recent %} {% endfor %}
      Date/Time Oops Exception Type Duration (ms) HTTP Method URL
      {{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 %}