{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static %} {% block title %}{% trans "Invoices" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "All Invoices" %} ({{ table.rows|length }}){% endslot %} {% slot sub_heading %}{% trans "View, search and filter all project invoices" %}{% endslot %} {% endadminbar %}
{% trans "No Invoices available" %}
{% endif %}