13 lines
410 B
Smarty
13 lines
410 B
Smarty
{include file=$tpl_dir./breadcrumb.tpl}
|
|
|
|
<h2>{l s='List of products by supplier:'} {$supplier->name|escape:'htmlall':'UTF-8'}</h2>
|
|
|
|
{include file=$tpl_dir./errors.tpl}
|
|
|
|
{if $products}
|
|
{include file=$tpl_dir./product-sort.tpl}
|
|
{include file=$tpl_dir./product-list.tpl products=$products}
|
|
{include file=$tpl_dir./pagination.tpl}
|
|
{else}
|
|
<p class="warning">{l s='No products for this supplier.'}</p>
|
|
{/if} |