{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Invoices" %}{% endblock %} {% block bodyclass %}menu-invoice{% endblock %} {% block content %} {% trans "Copy" as new_str %} {% include "wagtailadmin/shared/header.html" with title=new_str subtitle=invoice icon="grip" %}