{% trans "Project Invoices" as heading %}
{% include "funds/includes/table_filter_and_search.html" with filter=invoices.filterset filter_action=invoices.url heading=heading filter_classes="filters--dates" %}
{% render_table invoices.table %}
{% trans "Reports" as heading %}
{% include "funds/includes/table_filter_and_search.html" with filter=reports.filterset filter_action=reports.url heading=heading filter_classes="filters--dates" %}
{% render_table reports.table %}