{% extends "core/base.html" %} {% load material_form i18n static %} {% load render_table from django_tables2 %} {% block page_title %}{{ object }}{% endblock %} {% block browser_title %}{{ object }}{% endblock %} {% block content %} {% trans "Back" %}
{% trans "Filter invoices" %}
{% form form=filter.form %}{% endform %} {% trans "Search" as caption %} {% include "core/partials/save_button.html" with caption=caption icon="search" %}
{% csrf_token %}
{% trans "Selected invoices" %}
{% if action_form %}
{% form form=action_form %}{% endform %}
{% endif %}
{% render_table invoices_table %}
{% endblock %}