{% extends "base_project.html" %} {% load compress humanize static hc_extras %} {% block title %}Event Log - {{ site_name }}{% endblock %} {% block content %}
{% include "front/log_rows.html" %}
{% if oldest_ping %}
Showing {{ events|length }} matching events.
The oldest stored ping is ping #{{ oldest_ping.n }} from .
{% endif %}
now


.



{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}