{% extends '_include/base.html.twig' %} {% block title %}New Quotation ยท ERP Starz{% endblock %} {% block breadcrumbs %} {% endblock %} {% block page_title %}New Quotation{% endblock %} {% block page_actions %} Back to list {% endblock %} {% block content %} {{ include('quotation/_form.html.twig', { button_label: 'Create quotation' }) }} {% endblock %}