{% extends 'base_admin.html.twig' %} {% block body %}
{% for message in app.flashes('notice') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %} {% if is_granted('product_new') %} Add product {% endif %} Export Products {% if is_granted('product_import_locations') %} Import locations {% endif %}

{% if pagination|length > 0 %} {% for product in pagination %} {% if product.importHistory %} {% else %} {% endif %} {% endif %} {% endfor %} {% else %} {% endif %}
Imported? {{ knp_pagination_sortable(pagination, 'Seller', 'seller') }} {{ knp_pagination_sortable(pagination, 'Sku', 'sku') }} {{ knp_pagination_sortable(pagination, 'Fn Sku', 'fnSku') }} {{ knp_pagination_sortable(pagination, 'Name', 'name') }} {{ knp_pagination_sortable(pagination, 'Cost', 'cost') }} {{ knp_pagination_sortable(pagination, 'Weight', 'weight') }} {{ knp_pagination_sortable(pagination, 'Barcode', 'barcode') }} {{ knp_pagination_sortable(pagination, 'Stock', 'stock') }} {{ knp_pagination_sortable(pagination, 'Basic product?', 'isBaseProduct') }} Actions
YesNo{{ product.seller.company }} {{ product.sku }} {{ product.fnSku }} {{ product.name }} {{ product.cost }} {{ product.weight }} {{ product.barcode }} {{ product.stock }} {% if is_granted('product_view') %} {% endif %} {% if is_granted('product_update') %} {% endif %} {% if is_granted('product_delete') %}
No products found
{% endblock %} {% block javascripts %} {% endblock %}