[% USE HTML -%] [% page.id = 'page-admin' %] [% INCLUDE 'includes/admin/menu' %]
| [% c.loc('LABEL_NAME') %] ([% c.loc('LABEL_SKU') %]) | [% c.loc('LABEL_DESCRIPTION') %] | [% c.loc('LABEL_CREATED') %] | [% c.loc('LABEL_LAST_UPDATED') %] | |
|---|---|---|---|---|
| [% c.loc('LABEL_NEW_ATTRIBUTE') %] | ||||
| [% CALL delete_form.values(id => attribute.id) %] [% CALL delete_form.action(c.uri_for(c.controller(c.config.mango.controllers.admin_products_attributes).action_for('delete'), [product.id, attribute.id]) _ '/') %] [% delete_form.render( 'id', 'admin_products_attributes_delete_' _ attribute.id ) %] | [% HTML.escape(attribute.name) %] | [% HTML.escape(attribute.value) %] | [% attribute.created %] | [% attribute.updated %] |