{% set formPath = path('icap_socialmedia_like', {'resourceId' : resourceId}) %} {% if userLike is not null %} {% set formPath = path('icap_socialmedia_unlike', {'resourceId' : resourceId}) %} {% endif %}

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

{% if userLike is null %} {% else %} {% endif %}
{% if pager.nbResults > 0 %}

{{ 'people_who_like_this'|trans({}, 'icap_socialmedia') }} [{{ pager.nbResults }}]

{% include "IcapSocialmediaBundle:LikeAction:likeList.html.twig" with {'pager':pager, 'parameters':{'page':pager.hasNextPage?pager.getNextPage:0, 'resourceId':resourceId}}%}
{% else %}
{{ "no_like"|trans({}, 'icap_socialmedia') }}
{% endif %}