{% for note in pager.currentPageResults %}
{{ note.text }}
{{ note.creationDate|date("date_format"|trans({}, "icap_socialmedia")) }}
{% endfor %} {% if pager.hasNextPage %}
{{ "load_next_notes"|trans({}, 'icap_socialmedia') }}
{% endif %}