{% 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.

Starred Reports

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