{% extends "ausleihe/base.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock css %} {% block content %}
{% crispy form %}
Auslastung {{ n_skillsets }} Sets vorhanden, davon sind schon reserviert:
{% for dt, n in auslastung.items %} {% if dt.minute == verfuegbarkeit.beginn.minute %} {% endif %} {% endfor %} {% for dt, n in auslastung.items %} {% endfor %}
{{ dt|date:"H:i" }}
{{ n }}
{% endblock content %}