%namespace name="comment_tiles" file="/comment/tiles.html"/>
<%def name="history_row(tile, text)">
-
${diff.page_titles_compare(text, text.parent)|n}
%if text.page.has_variants:
(${text.variant_html|n})
%endif
- ${_("by %s, ") % h.user.link(text.user, scope=text.page)|n}
${_("created %s") % h.relative_time(text.create_time)|n}
%if text.has_text:
${diff.page_texts_history_compare(text, text.parent)|n}
%else:
${_("This revision has no text.")}
%endif
%def>
<%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:
%endif
%def>
<%def name="descbox(tile, this, other, options, field)">
%if options:
%endif
%def>