{% load icons %} {% load calendar %} {% calendar_view year week as info %}
{% for bl in beamlines %}{% endfor %} {% for day, details in info.week.items %} {% for shift, mode in details.modes.items %} {% if forloop.first %} {% endif %} {% for bl in beamlines %} {% endfor %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
Time{{ bl.acronym }} Staff {% if support %}
{{ support }}{% endif %}
{{ details.name }}
{{ details.date|date:'N d' }}{% if today == day %}
Today{% endif %}
{{ shift }}:00 {% include "schedule/beamline-support.html" with support=details.support date=day editable=editable %}
Reserved
{% for scope in scope_types %}
{{ scope.1 }}
{% endfor %} {% for kind in access_types %}
{{ kind.name }}
{% endfor %}
{% if facility_modes %}
{% for kind in facility_modes %}
{{ kind.description }}
{% endfor %}
{% endif %}