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

{% trans "Sorry, the Call for Participation is closed!" %}

{% url 'proposal-mail-token' as mail_token_url %}

{% blocktrans %}If you already have submitted a talk and you want to edit it, please click here.{% endblocktrans %}

{% endblock %}