<%namespace name="comment_tiles" file="/comment/tiles.html"/> <%def name="history_row(tile, text)">
  • ${diff.page_titles_compare(text, text.valid_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.datetime_tag(text.create_time)|n} %if h.has_permission('page.delete_history') and (text.valid_child() is not None or text.valid_parent() is not None): (${_(u'delete version')}) %endif
    %if text.has_text:
    ${diff.page_texts_history_compare(text, text.valid_parent())|n}
    %else:
    ${_("This revision has no text.")}
    %endif
  • <%def name="minimal(tile, text, missing_translation)"> %if text.has_text: ${text.render()|n} %elif missing_translation:

    ${missing_translation}

    %else: ${_("This norm has not yet been decided and is thus no " "official position of this group.")} %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