{trans key="product.products"}


{include file="templates/pages/product/modal-export.html"} {include file="templates/pages/product/modal-delete.html"} {include file="templates/pages/product/modal-edit.html"} {include file="templates/pages/product/modal-copy.html"} {** search form starts here **}

{** search form ends here **}
{if $products} {/if}
{if $products}  
{foreach from=$products item="product"} {/foreach}
{trans key="product.product_list_table.id"} {trans key="product.product_list_table.title"} {trans key="product.product_list_table.visible"} {trans key="product.product_list_table.price"} {trans key="product.product_list_table.stock"}
{$product.product_id} {$product.title} {$product.is_visible} {$product.price|price} {if $product.inventory_control != 'No'}{$product.stock}{else}{trans key="product.product_list_table.na"}{/if} {trans key="common.edit"} {trans key="common.copy"} {if $widgetsActive} {trans key="product.widgets"} {/if} {trans key="common.delete"}
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} {trans key="common.of"} {$paginator->itemsCount}
{else}
{trans key="product.no_products"}
{/if} {if $widgetsActive} {include file="templates/pages/product/modal-widgets.html"} {/if}