{% set form = hookable_metadata.context.form %} {% set product = hookable_metadata.context.product %} {% set attributes = sylius_test_form_attribute('options') %} {% if not product.isSimple %}
{{ form_row(form.options, attributes) }}
{% endif %}