{* List view temporarily hacked for testing purposes *} {* {if !$rows} {dPtranslate sentence='No companies available'}
{$msg} {else} {include file="pagination.html"} {section name=i loop=$show} {/section} {section name=i loop=$rows} {section name=j loop=$show} {if $show[j] == 'company_name'} {elseif $show[j] == 'company_type'} {else} {assign var='col' value=$show[j]} {/if} {/section} {/section}
 {dPtranslate word='sort by'}:  {dPtranslate|capitalize word=$show[i]}
  {$rows[i].company_name} {dPtranslate word=$rows[i].company_type_name}{$rows[i][$col]}
{include file="pagination.html"} {/if} *} {$companies_list_tabbox}