{% extends 'base.html' %} {% load static humanize %} {% block title %}Reports - {{ report_title }}{% endblock %} {% block content %}

{{ report_title }}

Print Export
{% if filter_form %}
Filter Options
{% for field in filter_form %}
{{ field }}
{% endfor %}
Reset
{% endif %} {% block report_content %}{% endblock %}
{% endblock %} {% block extra_js %} {% endblock %}