{{ form_errors(hookable_metadata.context.form.values) }}
{% for value_form_key, value_form in hookable_metadata.context.form.values %}
{% hook 'values' with { value_form, value_form_key } %}
{% endfor %}
{{ form_row(hookable_metadata.context.form.values.vars.button_add, sylius_test_form_attribute('add-option-value')) }}