{% extends 'base.html.twig' %} {% block title %}Les packs{% endblock %} {#{% form_theme form 'bootstrap_4_horizontal_layout.html.twig' %}#} {% block title_page %}Les packs{% endblock %} {% block container_start %} {# {% if is_granted("ROLE_SEARCH_PACK") %} {{form_start(form)}}
{{ form_row(form.name, { 'attr': {'placeholder': "Nom"} }) }}
{{ form_row(form.description, { 'attr': {'placeholder': "Description"} }) }}
{{ form_row(form.reference, { 'attr': {'placeholder': "Référence"} }) }}
{{form_end(form)}} {% endif %} #}
{% if is_granted("ROLE_CREATE_PRODUCT") %} {% endif %}
{% set i = 1 %} {% for pack in packs %} {% set i = i + 1 %} {% else %} {% endfor %}
# Nom Reference Série Fab. Série Societe Etat Commentaire
{{ pack.id }} {% if pack.product.filename %} image-product {% else %} Image-non-disponible {% endif %} {{ pack.product.name }} {{ pack.product.reference }} {{ pack.manufacturerSerialNumber }} {{ pack.companySerialNumber }} {{ pack.state }} {{ pack.comment }} {% if is_granted("ROLE_VIEW_PRODUCT_FOLLOW") %} {% endif %} {% if is_granted("ROLE_EDIT_PRODUCT_FOLLOW") %} {% endif %}
Il n'y a pas de pack enregistré.
{% endblock %}