{% extends "base.html" %} {% block content %} {% if view == 'old' %}

L'association m'a prêté…

{% else %}

L'association me prête…

{% endif %} {% if view == 'old' %}{% endif %} {% for loan in loans %} {% if view == 'old' %}{% endif %} {% endfor %}
Type de matériel Matériel prêté Date de prêtDate retourAddr. MAC Num. de série
{{ loan.item.type }} {{ loan.item }} {{ loan.loan_date }}{{ loan.loan_date_end }}{{ loan.item.mac_address|default:"n/a" }} {{ loan.item.serial|default:"n/a" }}

{% if view == 'old' %} Afficher les prêts en cours {% else %} Afficher l'historique de prêt {% endif %}

{% endblock %}