{% 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.proposal %}{{ event.proposal.get_level_display|escape }}{% else %}{{ event.get_type_display|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 %}
{{ prelim }}{% ifnotequal event.type "T" %}{% if "LinkZopeTalkArchive"|feature_is_enabled %} Talk Audio and Materials{% endif %}{% if not event.has_release_form and can_add_attachment %} (release form not on file){% endif %}{% endifnotequal %}
{{ attached_files_table }}
{% if can_add_attachment %}
{{ attach_file_fields }}
{% endif %}
{% endif %}


# More Details and Permalink

{% if user|can_view_sesison_chairs:event %}
Session Chair: {{ event|get_session_chair|escape }}
{% endif %}
{% if can_assign_self_as_chair %} Volunteer as the Session Chair for this session:
{{ 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.
{% 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 %}