##path search %for cnt,sr in enumerate(c.formated_results): %if h.HasRepoPermissionLevel('read')(sr['repository'],'search results check'):
${h.link_to(h.literal('%s » %s' % (sr['repository'],sr['f_path'])), h.url('files_home',repo_name=sr['repository'],revision='tip',f_path=sr['f_path']))}
%else: %if cnt == 0: %endif %endif %endfor %if c.cur_query and c.formated_results: ${c.formated_results.pager()} %endif