{% if isOwner %}
{% endif %}
{% if item.like is defined and item.like is not null %}
{% include "IcapSocialmediaBundle:Wall:likeItem.html.twig" with {"item":item} %}
{% elseif item.share is defined and item.share is not null %}
{% include "IcapSocialmediaBundle:Wall:shareItem.html.twig" with {"item":item} %}
{% elseif item.comment is defined and item.comment is not null %}
{% include "IcapSocialmediaBundle:Wall:commentItem.html.twig" with {"item":item} %}
{% endif %}
{{ item.creationDate|date("date_format"|trans({}, "icap_socialmedia")) }}
{{ item.creationDate|date("date_format"|trans({}, "icap_socialmedia")) }}