{% extends "reports/base.html" %} {% load reports_tags %} {% load humanize %} {% load i18n %} {% block content %}

{% trans "Tendenci® Event Log Summary Report" %}

You can view historical reports or go to the Event log search to see the latest event logs.

{% trans "Previous" %} {{ date_range.0|date:"M Y" }} {% trans "Next" %}
{% for day, items in chart_data.items %} {% endfor %}
{% for item in items %} {% if item.application %}
{% endif %} {% endfor %} {{ day.day }}
{{ day|date:"D" }}
{% comment %}
{% csrf_token %} {{ form }}
{% endcomment %} {% endblock content %}