${title} # if numrows: (${ngettext('%(num)s match', '%(num)s matches', numrows)}) # endif
# if description:
        ${wiki_to_html(context, description)}
      
      # endif
      
      # if paginator.has_more_pages:
      ${_("Results")} (${paginator.displayed_items()})
# include 'page_index.html' # endif # macro group_heading(value_for_group, row_group) # if value_for_group is not none:# if row_group and '__grouplink__' in row_group[0]: ${value_for_group or _("(empty)")} # else: ${value_for_group or _("(empty)")} # endif # set cnt = row_group|length (${ngettext('%(num)s match', '%(num)s matches', cnt) if cnt else _("No matches found.")})
# endif # endmacro ${group_heading(*row_groups[0]) if row_groups} # if row_groups:| ${header.title}# endfor | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ${group_heading(value_for_group, row_group)} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| {${cell.value}}
              {% if fullrow %} #       elif col in ('ticket', 'id'):
            #         do td_attrs['class'].append('ticket'){% endif %} | ${
                shortname_of(row.resource)}
              {% if fullrow %} #       elif col == 'summary' and row.id:
            #         do td_attrs['class'].append(col){% endif %} | ${cell.value}
              {% if fullrow %} #       elif col in ('created', 'modified'):
            #         do td_attrs['class'].append('date'){% endif %} | ${
              pretty_dateinfo(from_utimestamp(cell.value|int))
              if cell.value != '' else '--'}
              {% if fullrow %} #       elif col == 'time':
            #         do td_attrs['class'].append('date'){% endif %} | ${
              format_time(from_utimestamp(cell.value|int)) if cell.value != ''
              else '--'}
              {% if fullrow %} #       elif col == 'date':
            #         do td_attrs['class'].append('date'){% endif %} | ${
              format_date(from_utimestamp(cell.value|int)) if cell.value != ''
              else '--'}
              {% if fullrow %} #       elif col == 'datetime':
            #         do td_attrs['class'].append('date'){% endif %} | ${
              format_datetime(from_utimestamp(cell.value|int))
                if cell.value != ''
                else '--'}
              {% if fullrow %} #       elif col == 'description':
            #         do td_attrs['class'].append(col){% endif %} | ${
              wiki_to_html(context.child(row.resource), cell.value)}
              {% if fullrow %} #       elif col == 'milestone':
            #         do td_attrs['class'].append(col){% endif %} | #       if cell.value:
              ${cell.value}
              #       endif
              {% if fullrow %} #       else:
            #         do td_attrs['class'].append(col){% endif %} | ${cell.value}
              {% if fullrow %} #       endif
            #     endif
            #   endfor{% endif %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
${_("No matches found.")}
      # endif
      # call(note, page) jmacros.wikihelp('TracReports'):
      #   trans note, page
      ${note} See ${page} for help on using and creating reports.
      #   endtrans
      # endcall