{title}{tr}Search results{/tr}{/title} {* The navigation bar *} {include file='tiki-directory_bar.tpl'}

{tr}Search:{/tr}
{if $items}
{tr}Sort by:{/tr}

{/if} {section name=ix loop=$items}
{if $prefs.directory_country_flag eq 'y'}flag{/if} {$items[ix].name} {if $tiki_p_admin_directory_sites eq 'y'} [edit]{/if}
{$items[ix].description}
{assign var=fsfs value=1} {tr}Directory Categories:{/tr} {section name=ii loop=$items[ix].cats} {if $fsfs}{assign var=fsfs value=0}{else}, {/if} {$items[ix].cats[ii].path} {/section}
{tr}Added:{/tr} {$items[ix].created|tiki_short_date} {tr}Last updated:{/tr} {$items[ix].lastModif|tiki_short_date} {tr}Hits:{/tr} {$items[ix].hits}
{sectionelse} {tr}No records found.{/tr} {/section}
{pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}