{{ 'label.contract.comment'|trans }}

{% for comment in comments %}

{% set authorName = app.user.profileType.type != 'b' ? comment.author.fullName : comment.author.getHiddenFullname() %} {{ authorName }}
{{ comment.publishedAt|format_datetime('full', 'short', '') }}

{{ comment.content|markdown_to_html|sanitize_html }}
{% else %}

{{ 'text.contract.no_comments'|trans }}

{% endfor %}