{% if sectionId is not defined %}
{% set sectionId = 'mainTable'%}
{% endif %}
{% if paginator is defined and paginator == true %}
{{ 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 %}
Actions
{% endfor %}
{# Commented out AngularJS code
{% verbatim %}
{{ rt.id }}
{{ rt.name }}
{{ rt.description }}
Duplicate
...
{% endverbatim %}
#}