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.
|
- {% extends '@LcShop/backend/default/new.html.twig' %}
-
- {% block entity_form %}
-
- {% if formView is defined and formView == 'default'%}
- {{ form(form) }}
- {% else %}
- {% include '@LcShop/backend/order/form.html.twig' %}
- {% endif %}
- {% endblock entity_form %}
|