{% extends "agenda/base.html" %} {% load i18n %} {% block agenda_custom_header %} {% include "cfp/includes/forms_header.html" %} {% endblock %} {% block content %}

{{ quotation_open }}{{ talk.title }}{{ quotation_close }}

{% blocktranslate trimmed %} Reviews are a valuable tool for speakers to improve their content and presentation. Even a short review can prove valuable to a speaker! Please take the time and communicate your feedback in a constructive way. {% endblocktranslate %} {{ phrases.agenda.feedback_success }} {% if not talk.does_accept_feedback or not can_give_feedback %} {% translate "You can’t give feedback for this session at this time." %} {% else %}
{% csrf_token %} {{ form }}
{% endif %}
{% endblock content %}