{# Rendered with using \Sylius\Bundle\AdminBundle\TwigComponent\Product\FormComponent #} {% form_theme form '@SyliusAdmin/product/form_theme.html.twig' %}
{{ form_start(form, {'attr': {'class': 'ui loadable form', 'novalidate': 'novalidate', 'id': form.vars.id}}) }}
{% if hookable_metadata.configuration.method is defined %} {% endif %} {{ form_errors(form) }} {{ form_widget(form._token) }} {% hook 'form' with { mapped_product_attributes, attributes_to_be_added, resource, form, } %}
{{ form_end(form, {render_rest: hookable.configuration.render_rest|default(false)}) }}