{% if photo %}
{% endif %}
{% if user.profile.is_chef %}
{% trans "Ajouter un instrument" %}
{% endif %}
{% if photo.url %}
{% if photo.auteur %}{{photo.auteur}}{%endif%}
{% elif photo.auteur %}
{% else %}
{{photo.auteur}}
{% endif %}

Lucas Gierzack
{% trans "Instruments Disponibles :" %}
{% trans "Intrument" %} | {% trans "Propriétaire" %} | {% trans "Etat" %} | |
---|---|---|---|
{{ instrument.type }} | {{ instrument.owner }} | {{ instrument.etat }} | {% trans "Consulter" %} {% if user.profile.is_chef %} {% trans "Supprimer" %} {% endif %} |
{% trans "Instruments Prêtés :" %}
{% trans "Intrument" %} | {% trans "Propriétaire" %} | {% trans "Utilisateur" %} | {% trans "Etat" %} | |
---|---|---|---|---|
{{ instrument.type }} | {{ instrument.owner }} | {{ instrument.user }} | {{ instrument.etat}} | {% trans "Consulter" %} {% if user.profile.is_chef %} {% trans "Supprimer" %} {% endif %} |