{% 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 }} {% include "ausleihe/medium_enthaelt.html" with medium=leihe.medium %} {{ 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 %}