{# Copyright (C) 2011-2012 Steffen Hoffmann Copyright (C) 2021 Cinc This software is licensed as described in the file COPYING, which you should have received as part of this distribution. headers - a sequence of header structure: .label - what to display for this header #}
# if warning:

# trans You seem to be using an old Tag query. Try using the new syntax in your ListTagged macro. # endtrans

#endif # if paginator.has_more_pages:

Results (${paginator.displayed_items()})

# endif # if paginator.show_index: # include "page_index.html" ignore missing # endif # if format == 'table': # for header in headers: # endfor # if not results: # else: # for result in results: # for cell in result.cells: # endfor # endfor # endif
${header.label}
No resources found
${cell}
# elif not results:

No resources found

# else: # endif # if paginator.show_index: # include "page_index.html" ignore missing # endif