{% extends "base.html" %} {% load datetime %} {% block title %} {{ summit.title }} - {% if schedule.date %}{{ schedule.date|strftime:"%Y-%m-%d" }}{% endif %} {% if schedule.room %}{{ schedule.room.title }}{% endif %} {% endblock %} {% block head %} {{ block.super }} {% if schedule.edit %} {% else %} {% endif %} {% if schedule.nextonly or autoreload %} {% endif %} {% endblock %} {% block 960css %}{% endblock %} {% block sub_nav_links %} {% if schedule.edit %} Read Only {% else %} {% if perms.schedule.change_agenda %} Edit {% endif %} {% endif %} {% if ical %} iCal Feed {% endif %} Mobile {% endblock %} {% block content %} {% if schedule.date %}