Nombre des enregistrements {{ stocks.getTotalItemCount }}
{#% if app.user %} nouvel enregistrement {% endif %#}
{% if not stocks|length %} {% else %}
{% if app.user and (is_granted('ROLE_RETOUR_MINE_STOCK_PARC_INFORMATIQUE') or is_granted('ROLE_VALIDER_RECU_MINE_STOCK_PARC_INFORMATIQUE')) %} {% endif %} {% for stock in stocks %} {% if app.user and (is_granted('ROLE_RETOUR_MINE_STOCK_PARC_INFORMATIQUE') or is_granted('ROLE_VALIDER_RECU_MINE_STOCK_PARC_INFORMATIQUE')) %} {% endif %} {% endfor %}
Marque Couleur Date affectation Affecté par ÉtatActions
{{ stock.posteFixe.marque.label }} {% if stock.posteFixe.couleur %}{{ stock.posteFixe.colorValue }}{% endif %} {{ stock.posteFixe.tracabilityParcInformatiques[0].dateAction|date('Y-m-d H:i') }} {{ stock.userEnvoi.fullName }} {{ stock.posteFixe.etatValue }} {% if app.user and stock.isvalidSortie == false and is_granted('ROLE_VALIDER_RECU_MINE_STOCK_PARC_INFORMATIQUE') %} {% endif %} {% if app.user and is_granted('ROLE_RETOUR_MINE_STOCK_PARC_INFORMATIQUE') %} {% endif %}
{% endif %}