Unterrichtsbefreiungen von person{{ user }}
-
{% for aub in aubs %}
-
access_time {{ aub.from_date }}, {{ aub.from_time }} Uhr — {{ aub.to_date }}, {{ aub.to_time }} Uhr
person {{ aub.created_by }}
{% if aub.status_id == 1 %}
{% endif %} {% if aub.status_id == 1 or aub.status_id == 2 %} {% endif %}{{ aub.status.name }}
{% endfor %}