{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static %} {% block title %}{% trans "Reports" %}{% endblock %} {% block content %}
{% if table %} {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form use_search=False filter_action=filter_action filter_classes="filters--dates" %} {% render_table table %} {% else %}

{% trans "No Reports Available." %}

{% endif %}
{% endblock content %} {% block extra_css %} {{ filter.form.media.css }} {% endblock %} {% block extra_js %} {{ filter.form.media.js }} {% endblock %}