{% extends "base.html" %} {% from "components/cards.html" import info_card %} {% from "components/ui.html" import page_header, breadcrumb_nav, button, filter_badge %} {% block content %} {% set breadcrumbs = [ {'text': 'Invoices'} ] %} {{ page_header( icon_class='fas fa-file-invoice', title_text='Invoices', subtitle_text='Create and manage invoices for your clients', breadcrumbs=breadcrumbs, actions_html='' + '
' ) }}{{ _('Are you sure you want to delete invoice') }} ?
{{ _('All invoice items, extra goods, and payment records associated with this invoice will be permanently deleted.') }}