{% extends "base.html" %} {% block content %}

{{ _('Create Invoice') }}

{{ _('Generate a new invoice for a project and client') }}

{{ _('Back to Invoices') }}

{{ _('Selecting a project will auto-fill client details') }}

{{ _('Tips') }}

  • {{ _('Choose the correct project to auto-fill client details.') }}
  • {{ _('You can customize notes and terms before sending the invoice.') }}
{% endblock %} {% block scripts_extra %} {% endblock %}