{% extends base_template %} {% block title %}

{{ title }}

{% endblock %} {% block content %}
{% block pane %} {% if filter %}

FILTER BY:

{{ filter.form.media }} {{ filter.form.as_table }}
{% endif %} {% if chart_data.chart_for == 'generic_transaction' %}
{% include "reports/chart_generic_transaction.html" %} {% endif %} {% block report %} {% if table %} {% include 'generic/table.html' %} {% endif %} {% endblock %} {% endblock %}
{% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block script %} {% if chart_data %} {% endif %} {% endblock %}