{% extends 'base.html' %} {% load i18n %} {% block talktab %} class="active"{% endblock %} {% block content %} {% trans "Propose a talk" %} {% if my_talks %}
{% trans "My participing talks:" %}
{% include "proposals/_talk_list.html" with talk_list=my_talks %} {% endif %} {% if other_talks %}
{% trans "Others talks:" %}
{% include "proposals/_talk_list.html" with talk_list=other_talks %} {% endif %} {% endblock %}