{% extends 'base.html' %} {% load accounts_tags i18n avatar_tags %} {% block content %}
{{ profile.biography }}
{% if request|staff %} {% endif %}{{ participation.constraints|linebreaksbr }}
{{ participation.notes|linebreaksbr }}
{% endif %} {% endblock %}