{% extends "agenda/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block content %} {# do not compress #}

{{ 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 %}
{% bootstrap_form_errors form %} {% csrf_token %} {% if speakers|length > 1 %} {% bootstrap_field form.speaker layout='inline' %} {% endif %}
{% bootstrap_field form.review layout='inline' %}
{% endif %}
{% endblock %}