{% if (pagination |length > 0) %}
{% for products in pagination %} {% endfor %}
{{ knp_pagination_sortable(pagination, 'Id', 'id') }} {{ knp_pagination_sortable(pagination, 'Seller', 'sellerId') }} {{ knp_pagination_sortable(pagination, 'Seller Company', 'sellerCompany') }} {{ knp_pagination_sortable(pagination, 'Product', 'productId') }} Actions
{{ products.id }} {{ products.sellerId }} {{ products.sellerCompany }} {{ products.productId }} {% if is_granted('secondary_seller_update') %} {% endif %}{% if is_granted('secondary_seller_delete') %}     {% endif %}
{% else %}

This product does not have any secondary sellers

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