<%namespace name="comment_tiles" file="/comment/tiles.html"/> <%def name="history_row(tile, text)">
%if text.has_text:
${diff.page_texts_history_compare(text, text.parent)|n}
%else:
${_("This revision has no text.")}
%endif
<%def name="full(tile, text, subpages_pager=None, hide_discussion=True)"> %if text.has_text:
${text.render()|n}
%else:
${_("This norm has not yet been decided and is thus no official position of this group.")}
%endif %if subpages_pager is not None and len(subpages_pager._items):
${subpages_pager.here()}
%endif
%if hide_discussion:
${_("discuss (%s comments) »") % len(text.page.variant_comments(text.variant))|n}
%endif ${tiles.comment.list(text.page, variant=text.variant)} %if hide_discussion:
%endif <%def name="descbox(tile, this, other, options, field)"> %if options:
%endif
%if options: %endif
%if options:
%endif