{% extends "base.html" %} {% block extra_headers %} {% endblock %} {% block content %} {% for day, timeslots in days_and_timeslots %}
{{ day.date|date:"N d, Y" }} |
---|
{{ timeslot.name }} | {{ timeslot.start_time|time:"h:i A" }} - {{ timeslot.end_time|time:"h:i A" }} |
{{ speaker }} - {{ speaker.paper_title }} | {% endfor %} {% endif %} {% endfor %}
No talks scheduled |