[% 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_PRODUCT') %] | ||||
| [% CALL delete_form.values(id => product.id) %] [% CALL delete_form.action(c.uri_for(product.id, 'delete/')) %] [% delete_form.render( 'id', 'admin_products_delete_' _ product.id, ) %] | [% HTML.escape(product.name) %] ([% HTML.escape(product.sku) %]) | [% HTML.escape(product.description) %] | [% product.created %] | [% product.updated %] |