{% if comments %} {% for comment in ueuser.comments %}

{{comment.content}}
X {{ "clake.userextended::lang.components.user.writtenat"|trans }} {{comment.created_at|relative}} by {{comment.author.name}}
{% endfor %} {% endif %}