You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
282B

  1. {% extends '@LcShop/backend/default/new.html.twig' %}
  2. {% block entity_form %}
  3. {% if formView is defined and formView == 'default'%}
  4. {{ form(form) }}
  5. {% else %}
  6. {% include '@LcShop/backend/order/form.html.twig' %}
  7. {% endif %}
  8. {% endblock entity_form %}