{% extends "reports/base.html" %} {% load reports_tags %} {% load humanize %} {% block content %} {% url "reports-events-summary-historical" as hist_logs_url %} {% url "event_log.search" as logs_search %}
You can view historical reports or go to the Event log search to see the latest event logs.
{% for item in items %}
{% if item.application %}
{{ day|date:"D" }}
|
{% endfor %}