{% if count_stocks_to_validate >= 1 %}
Nombre des enregistrements à valider {{ count_stocks_to_validate }} {% if count_stocks_to_validate > 1 %}postes{% else %}poste{% endif %}
{% endif %}
{% if app.user and is_granted('ROLE_EXPORTER_STOCK_PARC_INFORMATIQUE') and stocks|length %} {% endif %} Recherche avancée
{{ include('Stocks/ParcInformatique/advanced_search/poste_fixe_search.html.twig') }}
{% if not stocks|length %} {% else %}
{% for stock in stocks %} {% endfor %}
Marque Couleur Date d'acquisition Prix État Affectation Actions
{{ stock.marque.label }} {% if stock.couleur %}{{ stock.colorValue }}{% endif %} {{ stock.dateAcquisition|date('Y-m-d') }} {{ stock.prix|number_format(0,'',' ') }} {{ stock.unityAbreviation }} {{ stock.etatValue }} {% if stock.isAttributed and stock.userAttributed %} Attribué à {{ stock.userAttributed.fullName }} {% else %} Non attribué {% endif %} {% if app.user and is_granted('ROLE_VALIDER_ETAT_RECU_STOCK_PARC_INFORMATIQUE') and stock.isAttenteValidRetour == true %} {% endif %} {{ include('Stocks/ParcInformatique/modals/info_stock.html.twig') }}
{% endif %}