{% extends 'D2ShopBundle::base_admin.html.twig' %} {% macro option_row(item) %}
{{ form_label(item.option) }} {{ form_widget(item.option) }} {{ form_errors(item.option) }}
{% endmacro %} {% block page_header %}
Add new {% trans %}Stock Item{% endtrans %}.
{% endblock page_header %} {% block content %}
{% for option in form.attribute_options %} {% endfor %}
{{ form_label(option.option) }} {{ form_widget(option.option) }} {{ form_errors(option.option) }}
{% endblock content %}