{% if comment.edited_on %}
Edited {{ comment.edited_on | humanize }} by {{ comment.editor.username }}
{% endif %}
{% if id != 0 and g.fas_user and comment.parent.status in [True, 'Open'] %}
{% endif %}
{% if id != 0 and g.fas_user and g.repo_admin or (
comment.parent.status in [True, 'Open']
and g.fas_user.username == comment.user.username) %}
{% endif %}
{% if id != 0 and g.fas_user and g.repo_admin or (
comment.parent.status in [True, 'Open']
and g.fas_user.username == comment.user.username) %}
{% endif %}