{% extends "django_program/manage/base.html" %} {% block title %}{{ speaker.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block page_title %}

{{ speaker.name }}

Speaker profile

{% endblock %} {% block page_actions %} Back to Speakers {% endblock %} {% block content %}
{% if speaker.avatar_url %} {{ speaker.name }} {% else %} {% endif %}
{{ speaker.name }}
{% if speaker.email %} {% endif %}
{{ speaker.talk_count }} talk{{ speaker.talk_count|pluralize }} Code: {{ speaker.pretalx_code }} {% if speaker.synced_at %} Synced {{ speaker.synced_at|date:"N j, Y" }} {% endif %}
{% if speaker.biography %}
Biography
{{ speaker.biography|linebreaks }}
{% endif %}
Talks
{% if speaker_talks %} {% else %}

No talks linked to this speaker.

{% endif %}
{% endblock %}