{% endif %} {% endfor %} {% else %} {{ template|raw }} {% endif %} {% if withMeta %}
{{ 'comments'|trans({}, 'clacoform') }}
{% for comment in comments %}{{ 'author'|trans({}, 'platform') }} : {% if comment.getUser() is not empty %} {{ comment.getUser().getFirstName() }} {{ comment.getUser().getLastName() }} {% else %} {{ 'anonymous'|trans({}, 'platform') }} {% endif %} - {{ 'publication_date'|trans({}, 'clacoform') }} : {{ comment.getCreationDate()|date('d/m/Y H:i:s') }} {% if not loop.last %}
{% endif %} {% endfor %} {% endif %}