{% extends "ausleihe/base.html" %} {% load static %} {% block content %}
{% if raum_list %} {% for raum in raum_list %} {% endfor %}
Name LSF ID Anz. Plätze
{{ raum }} {{ raum.lsf_id }} {{ raum.anzahl_plaetze }}
{% else %}

Bisher sind keine Räume vorhanden.

{% endif %}
{% endblock content %}