{% if pager.hasNextPage %}
{{ "load_previous_comments"|trans({}, 'icap_socialmedia') }}
{% endif %} {% for comment in pager.currentPageResults|reverse %}

{% if comment.user.picture is not null and comment.user.picture is not empty %} {% else %} {% endif %}

{% if comment.user.id == app.user.id %} {% endif %} {{ comment.user.firstName~" "~comment.user.lastName }} {{ comment.creationDate|date("date_format"|trans({}, "icap_socialmedia")) }}

{% endfor %}