{% extends "django_program/pretalx/base.html" %} {% block title %}{{ speaker.name }}{% endblock %} {% block content %} Back to speakers
{% if speaker.avatar_url %} {{ speaker.name }} {% else %} {% endif %}

{{ speaker.name }}

{% if speaker.biography %}
{{ speaker.biography|linebreaks }}
{% endif %}
{% if talks %}

Talk{{ talks|length|pluralize }}

{% endif %}
{% endblock %}