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

{{ talk.title }}

{% if edit_perm %} edit
{% endif %}

{{ talk.get_event_display }}

Description:

{{ talk.description }}

Speakers:

Topics:

{% if moderate_perm %}

Moderation

Vote:

-2 -1 0 +1 +2
Sum: {{ talk.score }}

Status:

{{ talk.accepted|yesno:"✔,✘,?" }}

Messages:

{% for message in talk.conversation.messages.all %} {% include 'conversations/_message_detail.html' %} {% endfor %} {% include 'conversations/_message_form.html' %} {% endif %} {% endblock %}