{% extends "site_base.html" %} {% load lca2018_tags %} {% load lca2019_tags %} {% load sitetree %} {% load staticfiles %} {% load thumbnail %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} {% block body_class %}text-primary{% endblock body_class %} {% block main_class %}container-fluid{% endblock %} {% block content %}
{{ presentation.slot.rooms.0 }} | {{ presentation.slot.day.date|date:"D d M" }} | {{ presentation.slot.start}}–{{ presentation.slot.end }}
Presented by
{{ speaker }}
{% if speaker.twitter_username %}
{{ speaker.twitter_username|twitter_handle }}
{% endif %}
{% if speaker.homepage %}
{{ speaker.homepage }}
{% endif %}
{{ presentation.abstract_html|safe|clean_text|urlize }}
Presentation not published.
{% endif %} {% endblock %}