• Pérépherique : {{ stock.peripheriqueValue }}
  • Type : {{ stock.typeValue }}
  • État actuel : {{ stock.etatValue }}
  • Affectation : {% if stock.isAttenteValidRetour %} En attente de validation de retour {% elseif stock.isAttributed %} Affecté à {{ stock.userAttributed.fullName }} {% elseif not stock.isAttributed %} Non affecté {% endif %}
  • Marque : {{ stock.marque.label }}
  • {% if stock.stockage %}
  • Écran : {{ stock.stockage }} Go
  • {% endif %} {% if stock.ecran %}
  • Écran : {{ stock.ecran }} pouces
  • {% endif %}
  • Date d'acquisition : {{ stock.dateAcquisition|date('Y-m-d') }}
  • Fournisseur : {{ stock.fournisseur.name }}
  • Prix : {{ stock.prix|number_format(0,'',' ') }} {{ stock.unityAbreviation }}