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

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

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