{% extends "symposion/schedule/base.html" %} {% load lca2018_tags %} {% load lca2019_tags %} {% load sitetree %} {% load static %} {% load thumbnail %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} {% block page_title %}{{ presentation.title }}{% endblock %} {% block page_lead %} {% if presentation.slot %} {{ presentation.slot.rooms.0 }} | {{ presentation.slot.day.date|date:"D d M" }} {{ presentation.slot.start }}–{{ presentation.slot.end }} {% else %} Not currently scheduled. {% endif %} {% endblock %} {% block content %} {% if presentation.unpublish %}

Presentation not published.

{% endif %}

Presented by

Abstract

{% autoescape off %}

{{ presentation.abstract_html|safe|clean_text|urlize }}

{% endautoescape %}
{% endblock %}