<%namespace name="comment_tiles" file="/comment/tiles.html"/> <%def name="row(tile, revision)">
${revision.index}
${h.user.link(revision.user, scope=revision.comment.topic)|n} ยท ${_("created %s") % h.datetime_tag(revision.create_time)|n}
  %if can.comment.revert(revision.comment) and not revision.is_latest: (${_("revert here")}) %endif ## only allow this to global admins as this deletes comment revisions from the database permanently %if h.has_permission('global.admin') and not revision.is_only: (${_("delete version permanently")}) %endif
%if revision.is_latest:
%endif
${diff.comment_revisions_compare(revision, revision.previous)|n}