{% extends 'staff.html' %} {% load accounts_tags i18n avatar_tags %} {% block participantstab %} class="active"{% endblock %} {% block content %}

{{ profile }}

{% if request|staff %} {% trans "Contact" %} {% endif %} {% if request|edit_profile:profile %} {% trans "Edit" %} {% endif %}

{% trans "Biography" %}

{{ profile.biography }}

{% if request|staff %}

{{ profile.user.email }}

{% endif %}

{% trans "Talks" %}

{% include "proposals/_talk_list.html" %} {% if request|edit_profile:profile %}

{% trans "Information" %}

{% trans "Travels and hosting" %}

{% trans "Talk needs" %}

{% trans "Constraints" %}

{{ participation.constraints|linebreaksbr }}

{% trans "Notes" %}

{{ participation.notes|linebreaksbr }}

{% endif %} {% endblock %}