{% set slno = 1 %} {% for entity in entities %} {% set slno = slno + 1 %} {% endfor %}
# {{ knp_pagination_sortable(entities, 'Subject', 's.subject')|raw }} Topics
{{ slno }} {{ entity.subject }}
{% for topic in topic_array[entity.id] %} {{ topic['topic'] }}
{% endfor %}
{{ knp_pagination_render(entities, 'AppBundle:Default:slidingAjax.html.twig') }}