{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ _('Create Quote') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': 'Quotes', 'url': url_for('quotes.list_quotes')}, {'text': 'Create Quote'} ] %} {{ page_header( icon_class='fas fa-file-contract', title_text='Create Quote', subtitle_text='Create a new quote for a client', breadcrumbs=breadcrumbs, actions_html='Back' ) }}

{{ _('Basic Information') }}

{{ _('Quote Items') }} 0

{{ _('Subtotal') }}: 0.00

{{ _('Financial Details') }}

{{ _('Payment Terms') }}

{{ _('Discount') }}

{{ _('Approval Workflow') }}

{{ _('Additional Information') }}

{{ _('These notes are only visible to your team') }}

{{ _('These terms will be visible to the client') }}

{{ _('Cancel') }}
{% endblock %} {% block scripts_extra %} {% endblock %}