%inherit file="/base/index.html" /> <%namespace file="/base/collectionViews.html" name="collectionViews" import="*"/> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" import="*"/> <%def name="heading()"> % if hasattr(c, 'browsing'):
Collections are documents that can represent stories and records of elicitations, among other things. In the body of a Collection, you can refer to a Form and thereby embed a representation of it.
% endif % if len(c.paginator):${ c.paginator.pager('$link_first $link_previous $first_item to $last_item of $item_count $link_next $link_last') }
% if not hasattr(c, 'browsing'): ${javascriptDefs.toggleLabelsJavaScript('fileTableRowLabel')} - % endif % if hasattr(c, 'browsing'):Title | Date Modified | Type |
---|
${ c.paginator.pager('~2~') }
% endif