{capture name=path}{l s='Suppliers'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}

{l s='Suppliers'}

{if isset($errors) AND $errors} {include file=$tpl_dir./errors.tpl} {else}

{if $nbSuppliers > 1}{l s='There are'} {$nbSuppliers} {l s='suppliers.'}{else}{l s='There is'} {$nbSuppliers} {l s='supplier.'}{/if}

{if $nbSuppliers > 0} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./pagination.tpl} {/if} {/if}