{% if speaker.avatar_url %}
{% else %}
{% endif %}
{% if talks %}
{{ speaker.name }}
{% if speaker.biography %}
{{ speaker.biography|linebreaks }}
{% endif %}
Talk{{ talks|length|pluralize }}
-
{% for talk in talks %}
- {{ talk.title }} {% if talk.submission_type %} {{ talk.submission_type }} {% endif %} {% endfor %}