{{ "comment_action"|trans({}, 'resource') }}

{% if pager.nbResults > 0 %}

{{ 'comments'|trans({}, 'icap_socialmedia') }} [{{ pager.nbResults }}]
*{{ 'comments_are_public'|trans({}, "icap_socialmedia") }}

{% include "IcapSocialmediaBundle:CommentAction:commentList.html.twig" with {'pager':pager, 'resourceId':resourceId} %}
{% else %}
{{ "no_comment"|trans({}, 'icap_socialmedia') }}
{% endif %}