{{ knp_pagination_sortable(results, 'Id', 'c.id') }} {{ knp_pagination_sortable(results, 'Business', 'c.description') }} {% for r in results %} {% endfor %} {# Commented out AngularJS code {% verbatim %} ... {% endverbatim %} #}
{{ r.id }} {{ r.description }}
{% if paginator is defined and paginator == true %}
{{ knp_pagination_render(results) }}
{% endif %}