{% if sectionId is not defined %} {% set sectionId = 'mainTable'%} {% endif %}
{{ knp_pagination_sortable(results, 'ID', 'rt.id') }} {{ knp_pagination_sortable(results, 'Name', 'rt.name') }} {{ knp_pagination_sortable(results, 'Description', 'rt.description') }} {% for rt in results %} {% endfor %} {# Commented out AngularJS code {% verbatim %} ... {% endverbatim %} #}
Actions
{{ rt.id }} {{ rt.name }} {{ rt.description }}  Duplicate
{% if paginator is defined and paginator == true %}
{{ knp_pagination_render(results) }}
{% endif %}