{% extends 'base.html' %} {% load accounts_tags %} {% block speakertab %} class="active"{% endblock %} {% block content %}

{{ profile }}

Biography

{{ profile.biography }}

Talks

See the list of talks with this speaker {% if request|edit_profile:profile %}

Notes

{{ profile.notes }}

Edit {% endif %} {% endblock %}