{# Rendered with \Sylius\Bundle\AdminBundle\Twig\Component\ShippingMethod\FormComponent #} {% form_theme form '@SyliusAdmin/shipping_method/form_theme.html.twig' %}
{{ form_start(form, {'attr': {'novalidate': 'novalidate', 'id': form.vars.id}}) }}
{% if hookable_metadata.configuration.method is defined %} {% endif %} {{ form_errors(form) }} {{ form_widget(form._token) }} {% hook 'form' with { form } %}
{% hook 'form#left' with { form } %}
{% hook 'form#right' with { form } %}
{{ form_end(form, {render_rest: hookable_metadata.configuration.render_rest|default(false)}) }}