{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block content %} {% set actions %} {{ _('Back to Invoices') }} {% endset %} {{ page_header('fas fa-file-invoice', _('Create Invoice'), subtitle_text=_('Generate a new invoice for a project and client'), actions_html=actions, breadcrumbs=[{'text': _('Invoices'), 'url': url_for('invoices.list_invoices')}, {'text': _('Create Invoice')}]) }}