{{ comment.author.fullname or comment.author.name }}
{{ h.time_ago_from_timestamp(comment.modified_at or comment.created_at) }}
{% if not comment.approved and h.check_access('comments_comment_approve', {id: comment.id}) %}
{% endif %}
{% if not comment.approved and h.check_access('comments_comment_update', {id: comment.id}) %}
{% endif %}
{% if h.check_access('comments_comment_delete', {id: comment.id}) %}
{% endif %}
'|safe) -}}