{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}
{# Header #}

{{ equipment.name }}

{{ equipment.internalReference }}

Retour
{# Informations #}

Informations

Référence
{{ equipment.internalReference }}
{% if equipment.category %}
Catégorie
{{ equipment.category.name }}
{% endif %} {% if equipment.brand %}
Marque
{{ equipment.brand }}
{% endif %} {% if equipment.model %}
Modèle
{{ equipment.model }}
{% endif %} {% if equipment.serialNumber %}
N° Série
{{ equipment.serialNumber }}
{% endif %} {% if equipment.location %}
Emplacement
{{ equipment.location }}
{% endif %}
{# État #}

État

Statut
{{ equipment.statusLabel }}
Condition
{{ equipment.conditionLabel }}
{% if equipment.assignedAt %}
Assigné depuis
{{ equipment.assignedAt|date('d/m/Y') }}
{% endif %}
{% if equipment.description %}

Description

{{ equipment.description }}

{% endif %}
{% endblock %}