{% macro paginated(entities, title, column) %} {{ knp_pagination_sortable(entities, title, column) }} {% if entities.isSorted(column) %} {% if entities.params.direction == 'asc' %} {% endif %} {% if entities.params.direction == 'desc' %} {% endif %} {% endif %} {% endmacro %} {% macro map(entity) %}
{% endmacro %}