{%extends "confreg/confadmin_base.html" %} {%block title%}Create schedule{%endblock%} {%block extrahead%} {%endblock%} {%block layoutblock%}

Create Conference Schedule - {{conference}}

NOTE! THIS IS FOR CREATING A TENTATIVE SCHEDULE ONLY! You also have to manually verify that the length of the talk matches the talk slot, if your schedule supports multiple different lengths.

Please wait, talking to Mr Server...

Available sessions

{%for s in sessions %}
{{s.title}}
{{s.speaker_list}} {%if conference.callforpapersrecording%}
Recording: {{s.recordingconsent | yesno:"Yes,No"}}{%endif%} {%if not s.ispending %}
Votes: {{s.numvotes|default:"0"}}{%endif%}
{%endfor%}
{%for day in days%}

{{day.day|date:"l, F d"}}

{%for room in day.rooms%}
{{room.name}}{%if room.capacity and room.capacity > 0%} ({{room.capacity}}){%endif%}
{%endfor%} {%for session in day.sessions%}
{{session.timeslot}}
{%if conference.callforpapersrecording%}
{%endif%}
{%endfor%}
{%endfor%}

When you are ready to publish, click here. (you must save using the standard save button first, of course)

Back to dashboard {%endblock%}