{% if (comment && comment.user) %}
{% if (comment.user.name) %} {% set name = comment.user.name %} {% else %} {% set name = comment.user.username %} {% endif %}

{{ name }} :  {{ comment.body }}

{{ comment.createdAt.toISOString()|date('M d, Y h:m a') }}
{% endif %}