{# comment - dict #} {% set data = h.comments_prepare_comment(comment) %}
{{ data.user.fullname or data.user.name }}
{{ data.content }}
{{ h.time_ago_from_timestamp(data.modified_at or data.created_at) }}
{% if not comment.approved and h.check_access('comments_comment_approve', {id: data.id}) %} {% endif %} {% if h.check_access('comments_comment_delete', {id: data.id}) %} {% endif %}