<%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.relative_time(revision.create_time)|n}
  %if can.comment.revert(revision.comment): ${_("revert here")} %endif
%if revision.is_latest and can.comment.edit(revision.comment):
${comment_tiles.edit_form(revision.comment)}
%endif %if revision.is_latest:
%endif
${diff.comment_revisions_compare(revision, revision.previous)|n}
%if revision.is_latest:
%endif