${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 %} {% endif %} |
# elif col in ('ticket', 'id'):
# do td_attrs['class'].append('ticket')
${
shortname_of(row.resource)}
{% if fullrow %} {% endif %} |
# elif col == 'summary' and row.id:
# do td_attrs['class'].append(col)
${cell.value}
{% if fullrow %} {% endif %} |
# elif col in ('created', 'modified'):
# do td_attrs['class'].append('date')
${
pretty_dateinfo(from_utimestamp(cell.value|int))
if cell.value != '' else '--'}
{% if fullrow %} {% endif %} |
# elif col == 'time':
# do td_attrs['class'].append('date')
${
format_time(from_utimestamp(cell.value|int)) if cell.value != ''
else '--'}
{% if fullrow %} {% endif %} |
# elif col == 'date':
# do td_attrs['class'].append('date')
${
format_date(from_utimestamp(cell.value|int)) if cell.value != ''
else '--'}
{% if fullrow %} {% endif %} |
# elif col == 'datetime':
# do td_attrs['class'].append('date')
${
format_datetime(from_utimestamp(cell.value|int))
if cell.value != ''
else '--'}
{% if fullrow %} {% endif %} |
# elif col == 'description':
# do td_attrs['class'].append(col)
${
wiki_to_html(context.child(row.resource), cell.value)}
{% if fullrow %} {% endif %} |
# elif col == 'milestone':
# do td_attrs['class'].append(col)
# if cell.value:
${cell.value}
# endif
{% if fullrow %} {% endif %} |
# else:
# do td_attrs['class'].append(col)
${cell.value}
{% if fullrow %} {% endif %} |
# endif
# endif
# endfor
${_("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