{% extends "report_builder/base.html" %} {% block content %}

Select the report you wish to use. Report filters will be ignored and only your checked off items will be reported.

Create and manage reports here.

You have selected {{ number_objects}} {{ model }} record{{ number_objects|pluralize }}. Click here to go back.

{{ model|capfirst }} Reports

{% for report in object_list %} {% endfor %}
Name Description Created Modified Select and Download
{{ report.name }} {{ report.description }} {{ report.created }} by {{ report.user_created }} {{ report.modified }} by {{ report.user_modified }}
{% endblock %}