{% for item in pager.currentPageResults %}
{% 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")) }}
{% endfor %} {% if pager.hasNextPage %}
{{ "load_next_wall_items"|trans({}, 'icap_socialmedia') }}
{% endif %}