{% 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" %}
{% if has_invoice %} {% else %}

There are no payment pages yet - go add one!

{% endif %}
{% endblock %}