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

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}BSCM|formulaire de Demande De Cotation{% endblock %}
  3. {% block body %}
  4.     <h1>Demande De Cotation</h1>
  5.     {{ include('client/fr/demande_de_cotation/_form.html.twig') }}
  6. {% endblock %}