{% extends 'meeting-base.html' %} {% load staticfiles %} {% block headtitle %}{{ presentation }}{% endblock %} {% block content %}
{{ presentation }}
Session
{% if presentation.speaker %}
Speaker{% if presentation.speaker_2 %}s{% endif %}
{% endif %} {% if presentation.abstract_submission.get_authors %}
Authors
{% for author in presentation.abstract_submission.get_authors %} {{ author.name }}, {{ author.institution }}{% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %} {% if presentation.abstract_submission.abstract %}
Abstract
{{ presentation.abstract_submission.abstract|linebreaksbr }}
{% endif %}
{% endblock %}