{% extends 'base.html' %} {% if talk %} {% set page_title = 'Edit Talk' %} {% else %} {% set page_title = 'New Talk' %} {% endif %} {% block title %}{{ page_title }} - NooK Feedback{% endblock %} {% block content %}

{{ page_title }}

Optional: Override the displayed feedback count
{% for speaker in speakers %}
{% if talk and talk.speakers %} {% for speaker in talk.speakers %} {{ speaker.name }} {% endfor %} {% endif %}
{% if talk and talk.speakers %} {% for speaker in talk.speakers %} {% endfor %} {% endif %}
Cancel
{% endblock %}