{% extends "base.html" %} {% block helppage %}
This screen lets you swap slot positions in your schedule, while keeping slot contents intact.
Just select the slot you want to swap this slot with.
{% if title %} This slot ("{{title}}") {% else %} This empty slot {% endif %} is currently positioned at {{ oldslot.start_time }}.
Select a new position: {% for newslot_time, newslot_id, newslot_title in newslots %} {{ newslot_time }} {% if newslot_title %}({{newslot_title}}){% endif%} {% endfor %}