{% extends "base.html" %} {% load schedule_perms datetime markup %} {% block page_name %} {{ meeting.title }} - {% if schedule.date %}{{ schedule.date|strftime:"%Y-%m-%d" }}{% endif %} {% if schedule.room %}{{ schedule.room.title }} - {{ summit.title }}{% endif %} {% endblock %} {% block extrahead %}{{ block.super }} {% if meeting.description %} {% endif %} {% endblock %} {% block sub_nav_links %} {% if meeting.private %} {% if meeting.private_key and meeting.private_key != '' %}
  • Shared URL
  • {% else %}
  • Share meeting
  • {% endif %} {% endif %} {% if meeting.spec_url %} {% if summit_organizer or drafter %}
  • Review attendees
  • Edit Hangout Details
  • {% endif %}
  • Blueprint
  • {% else %} {% if summit_organizer or drafter %} {% if not drafter %}
  • Edit meeting
  • {% endif %} {% if not summit_organizer %}
  • Edit meeting
  • {% endif %}
  • Review attendees
  • Edit Hangout Details
  • {% endif %} {% endif %} {% if user_is_attending %} {% if user_is_participating %}
  • Skip this meeting
  • {% endif %} {% else %} {% if meeting.spec_url %}
  • Subscribe to blueprint
  • {% endif %}
  • Attend this meeting
  • {% endif %} {% if scheduler %}
  • Copy meeting
  • {% endif %}
  • Back to schedule
  • {% endblock %} {% block content %}

    {{ meeting.title }}

    {% for ai in agenda_items %}

    {{ ai.slot }} in {{ ai.room.title }}

    {% endfor %} {% if meeting.private %} {% else %} {% endif %}
    {{ meeting.description|markdown:'safe' }} {% if required and meeting.hangout_url %}

    Join the Hangout on Air

    {% endif %}
    {% if meeting.broadcast_url %} {% else %} {% endif %}
    {% if summit.state == 'public' %} {% else %} {% for ai in agenda_items %} {% endfor %} {% endif %}
    {% if meeting.private %}

    WARNING: Contents of this pad may not be private, and may be searcheable by non-attendees!

    {% endif %} {% if summit.state == 'public' %} {% else %} {% endif %}
    {% ifnotequal meeting.type 'plenary' %}

    Attendees

    {% for attendee in attendees %} {% if attendee in required_attendees %}{% endif %}{{ attendee.name }}{% if attendee in required_attendees %}{% endif %}{% if not forloop.last %}, {% endif %} {% endfor %}
    {% endifnotequal %}
    {% if summit_organizer %} {% include "schedule/admin.html" %} {% endif %}
    {% endblock %}