{% for comment in comments %}
{{ render("user","frontend","widgetAvatar",{'user_id':comment.author_id}) }}
{% endfor %}