{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Invoices" %}{% endblock %} {% block bodyclass %}menu-invoice{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Invoices" icon="invoices" %}
There are no payment pages yet - go add one!
{% endif %}