{% extends 'base.html' %} {% load bornhack %} {% block body %}

The following availability matrix has been generated for the Event/Slot combinations in the AutoScheduler

Back

{% for slot in scheduler.autoslots %} {% endfor %} {% for autoevent, event in scheduler.autoevents|zip:scheduler.events.all %} {% for slot in scheduler.autoslots %} {% if slot in autoevent.unavailability %} {% else %} {% endif %} {% endfor %} {% endfor %}
fedt nok{{ slot.starts_at }} (venue {{ slot.venue }}, cap {{ slot.capacity }})
{{ event.title }} (demand {{ autoevent.demand }})

Back

{% endblock body %}