{% extends 'base.html.twig' %} {% block title %}Instrument {{ instrument.numSerie }} - Emusic{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Instrument {{ instrument.numSerie }}

{{ instrument.typeInstrument.libelle }}
{{ instrument.typeInstrument.libelle }}

Informations de l'instrument

Numéro de série
{{ instrument.numSerie }}
Date d'achat
{{ instrument.dateAchat|date('d/m/Y') }}
Prix d'achat
{{ instrument.prixAchat }} €
Utilisation
{{ instrument.utilisation }}
Couleur
{{ instrument.couleur }}
Type d'instrument
{{ instrument.typeInstrument.libelle }}

Historique

Interventions
{% if interventions is not empty %} {% else %}

Aucune intervention effectuée pour le moment.

{% endif %}
Prêts
{% if prets is not empty %} {% else %}

Aucun prêt trouvé.

{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}