{% if (pagination |length > 0) %}
{# #} {% for services in pagination %} {% endfor %}
{{ knp_pagination_sortable(pagination, 'Id', 'id') }} #} {# {{ knp_pagination_sortable(pagination, 'Seller Id', 'sellerId') }}#} {# {{ knp_pagination_sortable(pagination, 'Country', 'country') }} {{ knp_pagination_sortable(pagination, 'Courier', 'courier') }} Actions
{{ services.id }} {{ services.country }} {{ services.courier }} {% if is_granted('courier_country_update') %} {% endif %}{% if is_granted('courier_country_delete') %}     {% endif %}
{% else %}

This seller does not have any courier for countries

{% endif %} {% block javascripts %} {% endblock %}