{% extends "base.html" %} {% load datetime %} {% block page_name %}{{ summit.title }} {{ summit.date_start|strftime:"%d %b" }} - {{ summit.date_end|strftime:"%d %b %Y" }} {%endblock %} {% block extrahead %}{{ block.super }}{% endblock %} {% block extrameta %} {% if summit.description %} {% endif %} {% endblock %} {% block sub_nav_links %}
  • Tracks
  • All sessions (iCal)
  • Past summits
  • {% endblock %} {% block content %}

    {{ summit.title }}

    {% include "schedule/summit_info.html" %}
    {% include "schedule/actions.html" %}
    {% if attendee %}

    You are attending, you can update the days and times of your attendance Launchpad.

    Download your Participation Schedule to import into your Calendar.

    {% else %} {% if request.user.is_authenticated %}

    You are not registered as attending.

    You can register your attendance in Launchpad. If you have recently done so, wait a few minutes and reload this page.

    {% else %}

    You are not logged in.

    Log in now

    {% endif %} {% endif %}
    {% include "schedule/schedule_list.html" %}
    {% if summit.hashtag %} {% endif %}
    {% endblock %} {% block closure %} {% endblock %}