{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title|default('Gestion des equipements') }}{% endblock %} {% block content %}
Inventaire et suivi des equipements de l'entreprise
| Ref | Nom | Categorie | Marque / Modele | Etat | Statut | Assigne a | Actions |
|---|---|---|---|---|---|---|---|
| {{ eq.internalReference }} |
{{ eq.name|u.truncate(40) }}
{% if eq.serialNumber %}
S/N: {{ eq.serialNumber }}
{% endif %}
|
{% if eq.category %} {{ eq.category.name }} {% else %} - {% endif %} | {% if eq.brand or eq.model %} {{ eq.brand }} {% if eq.model %}{{ eq.model }}{% endif %} {% else %} - {% endif %} | {{ eq.conditionLabel }} | {{ eq.statusLabel }} | {% if eq.assignedTo %} {{ eq.assignedTo.fullName }} {% else %} - {% endif %} |