{% spaceless %}{% load schedule %}{% load appmedia %}{% load features %}

{{ event|escape }}{% if user|can_edit_event_in_admin %} admin{% endif %}

{% load propmgr %} {% for author in event.authors %}{% if author.img %}
{{ author }}
{% endif %}{% endfor %}

{% for author in event.authors %}{% else %}">, {% endif %}{{ author.html_name }}{% endfor %}
{{ event.duration }}min {% if event.level %}{{ event.get_level_diamonds }} {{ event.get_level_display|escape }}{% else %}{{ event.get_type_display|escape }}{% endif %}
{{ event.scheduledevent_set.all.0.start|date:"l" }} {{ event.scheduledevent_set.all.0.start|time:"h:iA"|lower }}{% if event.scheduledevent_set.all.0.room %}, {{ event.scheduledevent_set.all.0.room|escape }}{% endif %} {% if event.proposal %}
categories: {% if "ViewAcceptedProposals"|feature_is_disabled %}{{ event.proposal.categories|escape }}{% else %} {% for cat in event.proposal.get_categories %}{{ cat|escape }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %}{% endif %}

{{ event.summary|escape|urlize|preserveindentbr }}

{% endspaceless %} {% if can_view_attachments %}{% var prelim = "files: " %} {% if not can_add_attachment and not event.attachedfile_set.count %}{% ifequal event.type "T" %}{% var prelim = "" %}{% endifequal %}{% endif %}
{% if can_view_attachments and event.attachedfile_set.count %} files files: {% else %} {% if can_add_attachment %} files files: {% endif %} {% endif %}
{{ attached_files_table }}
{% if can_add_attachment %}
{{ attach_file_fields }}
{% comment %}{% endcomment %} {% endif %}
{% endif %}
{% if event.videolink_set.count %}
video video:
{% for link in event.videolink_set.all %} {% endfor %}
{% endif %}   
# More Details and Permalink

{% if user|can_view_sesison_chairs:event %}
Session Chair: {{ event|get_session_chair|escape }}
Session Runner: {{ event|get_session_runner|escape }}
{% endif %}
{% if can_assign_self_as_chair %} Volunteer as the Session Chair for this session: {% else %}{% if can_unassign_self_as_chair %} Decline Being Session Chair:
{{ session_start|date:"l" }} {{ session_start|time:"h:iA"|lower }} to {{ session_end|time:"h:iA"|lower }} {{ session_room|escape }}
{% for sch in session_scheds %}{{ sch|escape }}
{% endfor %}
{% endif %}{% endif %} {% if can_assign_self_as_chair or can_assign_self_as_runner%}
{% endif %} {% if can_assign_self_as_runner %} Volunteer as the Session Runner for this session: {% else %}{% if can_unassign_self_as_runner %} Decline Being Session Runner:
{{ session_start|date:"l" }} {{ session_start|time:"h:iA"|lower }} to {{ session_end|time:"h:iA"|lower }} {{ session_room|escape }}
{% for sch in session_scheds %}{{ sch|escape }}
{% endfor %}
{% endif %}{% endif %} {% if can_assign_self_as_chair or can_assign_self_as_runner%}
{{ session_start|date:"l" }} {{ session_start|time:"h:iA"|lower }} to {{ session_end|time:"h:iA"|lower }} {{ session_room|escape }}
{% for sch in session_scheds %}{{ sch|escape }}
{% endfor %}
NOTE: this is for the specific room and session ({{ session_start|time:"h:iA"|lower }} to {{ session_end|time:"h:iA"|lower }});
These talks might be rescheduled to different times or rooms, but the
session chair assignment will not. You may decline later if conflicts occur.
More information on Volunteering for Session Staff.
{% endif %}