{# Rendered with \Sylius\Bundle\ShopBundle\Twig\Component\Account\Address\FormComponent #} {% form_theme form '@SyliusShop/form/theme.html.twig' %}
{{ form_start(form, {'attr': { 'novalidate': 'novalidate', 'id': form.vars.id}}) }} {% if hookable_metadata.configuration.method is defined %} {% endif %} {% hook 'form' with { form } %} {{ form_row(form._token) }} {{ form_end(form, {'render_rest': false}) }}