{% 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 %}
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.
You are not logged in.
{% endif %} {% endif %}