{{ h.gravatar(comment.user.get('email_hash'), 30) }}
{{ comment.user.get('display_name') }}
{{ h.time_ago_from_timestamp(comment.time) }}
{% if h.check_access('datarequest_comment_delete', {'id':comment.id }) %}
Edit
{% endif %}
{% if h.check_access('datarequest_comment_update', {'id':comment.id }) %}
{% set locale = h.dump_json({'content': _('Are you sure you want to delete this comment?')}) %}
Delete
{% endif %}
{{ comment.comment|safe }}