{% extends "canned_views/base.html" %} {% load static %} {% load canned_extras %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block jquery %} {% endblock %} {% block document_ready %} {% endblock document_ready %} {% block main %} {{ block.super }}
Back Report settings
{{ report.display_name|default:report.name|title }}
{{ report.description }}
{% if report.instructions %}
Instructions: {{ report.instructions }}
{% endif %}
{% object_list_to_table object_list %} {% endblock main %}