{% extends 'cfp/staff/base.html' %} {% load i18n %} {% block speakerstab %} class="active"{% endblock %} {% block content %}

{{ participant }}

{% trans "Biography" %}

{{ participant.biography|linebreaksbr }}

{% if participant.notes %}

{% trans "Notes" %}

{{ participant.notes|linebreaksbr }}

{% endif %}

{% trans "Informations" %}

{% trans "Talks" %}

{% regroup participant.talk_set.all by category as category_list %} {% for category in category_list %}

{{ category.list.0.category }}

{% empty %}{% trans "No talks" %} {% endfor %} {% endblock %}