{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}

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

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