{# Copyright 2010-2012 Canonical Ltd.  This software is licensed under #}
{# the GNU Lesser General Public License version 3 (see the file LICENSE). #}
{% autoescape off %}
Following is the summary of all changes made to the database via admin interface.

{% for user in users %}
{{ user.caption }}
{{ user.underline }}
{% for auditlog in user.auditlogs %}{{ auditlog.created_at }}: {{ auditlog.change }} {{ auditlog.model }} ({{ auditlog.representation }})
{% endfor %}
{% endfor %}
This report was generated for {{ report_for_date }}.
{% endautoescape %}
