{% if aktuell_verliehen.exists %}

aktuell entliehen

{% if perms.ausleihe.view_leihe %} {% endif %} {% if perms.ausleihe.change_leihe %} {% endif %} {% for leihe in aktuell_verliehen %} {% if perms.ausleihe.view_leihe %} {% endif %} {% if perms.ausleihe.change_leihe %} {% endif %} {% endfor %}
Mediatheknr. enthält Anfang Ende Δverliehen vonzurücknehmen
{{ leihe.medium }} {% if leihe.medium.buecher.exists %} {% for buch in leihe.medium.buecher.all %} {% if forloop.last %} 📚 {{ buch }} {% else %} 📚 {{ buch }}, {% endif %} {% endfor %} {% endif %} {{ leihe.anfang|date:"d.m.Y" }} {{ leihe.ende|date:"l" }}, {{ leihe.ende|date:"d.m.Y" }} {% if leihe.ist_ueberfaellig %} {% with leihe.differenz_heute as d %} {{ d }} d überfällig {% endwith %} {% else %} {% with leihe.differenz_heute as d %} noch {{ d }} d {% endwith %} {% endif %} {{ leihe.verleiht_von.get_full_name }} ({{ leihe.verleiht_von }}) zurücknehmen
{% else %}

Aktuell nichts entliehen.

{% endif %}