{% extends 'D2ShopBundle::base_admin.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
{{ knp_pagination_sortable(shop_attributes, 'Attribute Name', 'a.attribute_name') }} | Attribute Options | ||
---|---|---|---|
{{ with_selected_checkbox('shop_product_attribute_list', entity.id) }} | {{ entity.attributeName|trim }} | {% if entity.options|length > 0 %} {% for attr_option in entity.options %} [{{ attr_option.optionName|trim }}] {% endfor %} {% endif %} |
|