$title (${ngettext('%(num)s match', '%(num)s matches', numrows)})
        ${wiki_to_html(context, description)}
      
      
      Results (${paginator.displayed_items()})
$value_for_group (${ngettext('%(num)s match', '%(num)s matches', cnt) if cnt else _('No matches found.')})
| ${group_heading(value_for_group or _('(empty)'), row_group)} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {$cell.value} | ${shortname_of(row.resource)} | $cell.value | ${format_time(from_utimestamp(long(cell.value))) if cell.value != '' else '--'} | ${format_date(from_utimestamp(long(cell.value))) if cell.value != '' else '--'} | ${format_datetime(from_utimestamp(long(cell.value))) if cell.value != '' else '--'} | ${wiki_to_html(context.child(row.resource), cell.value)} | $cell.value | $cell.value | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No matches found.
      
        Note:
        See TracReports for help on using and creating reports.