{% extends 'base.html' %} {% load i18n crispy_forms_tags cfp_tags %} {% load ponyconf_tags i18n %} {% block proposetab %} class="active"{% endblock %} {% block content %}

{% trans "Your information" %}

{% trans "Biography" %}

{% if speaker.biography %} {{ speaker.biography|linebreaksbr }} {% else %} {% trans "No biography." %} {% endif %}

{% trans "Your proposals" %}

{% for talk in talks %} {% if forloop.first %}

{% endif %} {% empty %} {% trans "No proposals." %} {% endfor %}

{% if conference.opened_categories.exists %}

{% trans "New proposal" %}

{% endif %} {% endblock %}