{% if item.talk %}
{% if item.talk.cancelled %}
{% endif %}
{{ item.get_details|escape }}
{% if item.talk.track.name != 'Other' %}
(in track "{{item.talk.track.name}}")
{% endif %}
by {{ item.talk.get_authors_display_name }}
{% if item.talk.video and item.venue.video %}
Video stream expected
{% else %}
No video stream expected
{% endif %}
{% if item.talk.cancelled %}
{% endif %}
{% elif item.get_url %}
{{ item.get_details|escape }}
{% if item.page and item.page.people.exists %}
by {{ item.page.get_people_display_names }}
{% endif %}
{% else %}
{{ item.get_details|escape }}
{% endif %}