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

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

Information about the proposals

Title: {{ talk.title }}
Kind: {{ talk.event }}

Information for the proposer

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