{% extends "symposion/schedule/presentation_detail_.html" %} {% load thumbnail %} {% load staticfiles %} {% comment %} Blocks you can override: - description (appears in lede) - abstract - speaker {% endcomment %} {% block speaker %}

{{ speaker.name }}

{% if speaker.photo %}
{% else %}
{% endif %}
{{ speaker.biography_html|safe }}
{% if speaker.conferencespeaker.twitter_username %} Twitter {% endif %}
{% endblock %}