{% extends 'base.html.twig' %} {% block body %}

Produits Rechercher et lister
Ajouter un produit Exporter {% if magasin and magasin.getNetwork() and not magasin.getNetworkMaster() %} {% endif %} {% if app.user and app.user.getSuperAdmin() %} Importer {% endif %}
{{ form_widget(form.motcles, {'attr': { 'class': 'form-control', 'placeholder': 'Rechercher par référence, désignation…' }}) }}
{{ form_widget(form.categorie, {'attr': { 'class': 'form-control', 'placeholder': 'Filtrer par catégorie…', 'data-placeholder': 'Filtrer par catégorie…' }}) }}

REFERENCE EMPLACEMENT DESIGNATION PRIX HT PRIX TTC QUANTITE ACTIONS
{% endblock %} {% block javascripts %} {% endblock %}