{{ talk.title }} {% if talk.submission_type %} Type {{ talk.submission_type }} {% endif %} {% if talk.track %} Track {{ talk.track }} {% endif %} {% if talk.duration %} Duration {{ talk.duration }} min {% endif %} {% if talk.room %} Room {{ talk.room.name }} {% endif %} {% if talk.slot_start %} Scheduled {{ talk.slot_start|date:"l, N j" }} {{ talk.slot_start|time:"H:i" }}–{{ talk.slot_end|time:"H:i" }} {% endif %} {% if talk.abstract %} Abstract {{ talk.abstract }} {% endif %} {% if talk.description %} Description {{ talk.description|linebreaks }} {% endif %} {% if speakers %} Speaker{{ speakers|length|pluralize }} {% for speaker in speakers %} {{ speaker.name }} {% endfor %} {% endif %}