# if results:
${_("Results")} (${results.displayed_items()})
# endif # with paginator = results # include 'page_index.html'- 
          # if quickjump:
          
- ${ tag_('Quickjump to %(name)s', name=quickjump.name)}
- ${quickjump.description} # endif # for result in results:
- ${result.title}
- ${result.excerpt} # if result.author:
- ${tag_("By %(author)s", author=authorinfo(result.author))} — ${result.date} # else:
- ${result.date} # endif # endfor
        ${_("No matches found")}.
      
      # endif
      # call(note, page) jmacros.wikihelp('TracSearch'):
      #   trans note, page
      ${note} See ${page} for help on searching.
      #   endtrans
      # endcall