templates/client/en/demande_de_cotation/new.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2. {% block title %}BSCM|Quotation Request Form{% endblock %}
  3. {% block body %}
  4.     <h1>Quotation Request</h1>
  5.     {{ include('client/en/demande_de_cotation/_form.html.twig') }}
  6. {% endblock %}