{% include "proposals/_talk_list.html" with talk_list=my_talks %}
{% endif %}
{% if proposed_talks %}
{% trans "Proposed talks for others speakers:" %}
{% include "proposals/_talk_list.html" with talk_list=proposed_talks %}
{% endif %}
{% if conf.cfp_is_open %}
{% trans "Propose a talk" %}
{% else %}
{% trans "Sorry, the Call for Participation is closed." %}
{% endif %}
{% endblock %}