{# Rendered with \Sylius\Bundle\AdminBundle\Twig\Component\ShippingMethod\FormComponent #}
{% form_theme form '@SyliusAdmin/shipping_method/form_theme.html.twig' %}
{% if hookable_metadata.configuration.method is defined %}
{% endif %}
{{ form_errors(form) }}
{{ form_widget(form._token) }}
{% hook 'form' with { form } %}