{% extends "site_base.html" %} {% load lca2018_tags %} {% load sitetree %} {% load staticfiles %} {% load thumbnail %} {% block head_title %}Presentation: {{ presentation.title }}{% endblock %} {% block body_class %}text-primary{% endblock body_class %} {% block header_paragraph %}
    Presented by
    {% for speaker in presentation.speakers %}
      {{ speaker }}{% if not forloop.last %}, {% endif %}
    {% endfor %}
  
  {% if presentation.slot %}
    {{ presentation.slot.day.date|date:"l" }}
    {{ presentation.slot.start}}–{{ presentation.slot.end }} in {{ presentation.slot.rooms.0 }}
    
  {% endif %}
  {% if presentation.proposal.get_target_audience_display %}
    Target audience:
    {{ presentation.proposal.get_target_audience_display }}
  {% endif %}
{% endblock %}
{% block content %}
  
{{ presentation.abstract_html|urlize|safe }}
{{ speaker }}
        
Presentation not published.
{% endif %} {% comment %} ... leave here for later