{% extends "base.html" %} {% load datetime %} {% load i18n %} {% block title %}{{ summit.title }}{% endblock %} {% block sub_nav_links %} {% ifequal summit.state "sponsor" %} {% trans 'Request Sponsorship' %} {% if perms.sponsor.add_sponsorshipscore %} {% trans 'Suggest Sponsorship' %} {% endif %} {% endifequal %} {% ifnotequal summit.state "public" %} {% if perms.sponsor.add_sponsorshipscore %} {% trans 'Review Sponsorship Requests' %} {% endif %} {% endifnotequal %} {% trans 'All Sessions (iCal)' %} {% if attendee %} {% trans 'My Sessions (iCal)' %} {% endif %} {% trans 'Past Summits' %} {% endblock %} {% block content %}

{{ summit.title }}

{% include "schedule/summit_info.html" %}

{% if attendee %}

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

Register your interest in tracks and topics.

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" %}

{% endblock %}