{% extends 'D2ShopBundle::base_admin.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
{{ knp_pagination_sortable(shop_suppliers, 'Status', 's.enabled') }} | {{ knp_pagination_sortable(shop_suppliers, 'Approved', 's.approved') }} | {{ knp_pagination_sortable(shop_suppliers, 'Supplier Logo', 's.orig_path') }} | {{ knp_pagination_sortable(shop_suppliers, 'Supplier Name', 's.supplier_name') }} | {{ knp_pagination_sortable(shop_suppliers, 'Supplier Code', 's.supplier_code') }} | {{ knp_pagination_sortable(shop_suppliers, 'Date', 's.date') }} | ||
---|---|---|---|---|---|---|---|
{{ with_selected_checkbox('shop_supplier_list', entity.id) }} | ![]() |
![]() |
{{ entity.origPath|trim }} | {{ entity.supplierName|trim }} | {{ entity.supplierCode|trim }} | {{ entity.date|date("Y/m/d") }} |
|