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

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

{{ phrases.agenda.feedback_explanation }} {{ phrases.agenda.feedback_success }} {% if not talk.does_accept_feedback or not can_give_feedback %} {{ phrases.agenda.feedback_not_now }} {% 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 %}