{{ widgets.user_avatar(comment.createdBy, false) }}
{{ widgets.username(comment.createdBy) }}
{{ comment.createdAt|date_time }}
{% if route_pin is not null %}
{% elseif comment.pinned %}
{{ icon('pin') }}
{% endif %}
{% if route_delete is not null and ((not delete_by_user) or (delete_by_user and comment.createdBy.id == app.user.id)) %}
{% endif %}
{{ comment.message|replace(replacer)|comment2html }}