{% extends 'base.html' %} {% load accounts_tags i18n avatar_tags %} {% block content %}

{{ profile }}

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

{% trans "Biography" %}

{{ profile.biography }}

{% trans "Talks" %}

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

{% trans "Preferences" %}

{% trans "Constraints" %}

{{ participation.constraints|linebreaksbr }}

{% trans "Notes" %}

{{ participation.notes|linebreaksbr }}

{% endif %} {% endblock %}