{% extends 'base.html' %} {% load i18n %} {% block listingtab %} active{% endblock %} {% block content %}

{% if accept %}{% trans "Are you sure to accept this proposals?" %}{% else %}{% trans "Are you sure to decline this proposals?" %}{% endif %}

{% trans "Information about the proposals" %}

{% trans "Title:" %} {{ talk.title }}
{% trans "Kind:" %} {{ talk.event }}

{% trans "Information for the proposer" %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}