{% set avatar = comment.getAvatar() %} {% if avatar %} {% else %} {% endif %}
[{{ 'Comment marked as inappropriate' | t('comments') }}]
[{{ 'Comment hidden due to low rating' | t('comments') }}]
{{ comment.comment | nl2br }}
[{{ 'Comment marked as inappropriate' | t('comments') }}]
{% elseif comment.isPoorlyRated() %}[{{ 'Comment hidden due to low rating' | t('comments') }}]
{% else %}{{ comment.comment | nl2br }}
{% endif %}