%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