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

{% if pager.nbResults > 0 %}

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

{% include "IcapSocialmediaBundle:NoteAction:noteList.html.twig" with {'pager':pager, 'resourceId':resourceId} %}
{% else %}
{{ "no_note"|trans({}, 'icap_socialmedia') }}
{% endif %}