{% extends "issues/base.html" %} {% load static %} {% load stricter_templates %} {% load issues %} {% load humanize %} {% block tab_content %}
{{ event.ingested_at|date:"j M G:i T" }} (Event {{ event.digest_order|intcomma }} of {{ issue.digested_event_count|intcomma }})
{% include "issues/_event_nav.html" %}
{% if not breadcrumbs %}
No breadcrumbs available for this event.
{% else %}
{# #} {% for breadcrumb in breadcrumbs %} {% comment %} {# not _that_ useful {% endcomment %} {% endfor %}
{{ breadcrumb.category }} {{ breadcrumb.type }} {{ breadcrumb.message }} {{ breadcrumb.timestamp }} {# {{ breadcrumb.timestamp|date:"G:i T" and milis }} #}
{% endif %} {% endblock %}