{% extends "site_base.html" %} {% load i18n %} {% load sitetree %} {% block head_title %}{% trans "Presentation: " %}{{ presentation.title }}{% endblock %} {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} {% block body %} {% if presentation.slot %}

{{ presentation.slot.day.date|date:"l" }} {{ presentation.slot.start}}–{{ presentation.slot.end }}

{% endif %}

{{ presentation.title }}

{% for speaker in presentation.speakers %} {{ speaker }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% if presentation.proposal.category %}
{% trans "Audience level:" %}
{{ presentation.proposal.get_audience_level_display }}
{% trans "Category:" %}
{{ presentation.proposal.category }}
{% endif %}

{% trans "Description" %}

{{ presentation.description }}

{% trans "Abstract" %}

{{ presentation.abstract|safe }}
{% endblock %}