{% extends 'base.html' %} {% load i18n %} {% block listingtab %} active{% endblock %} {% block content %}
{% if talk.abstract %}{{ talk.abstract }}{% else %}{% trans "No abstract provided." %}{% endif %}
{% if moderate_perm %}{% if talk.description %}{{ talk.description|linebreaksbr }}{% else %}{% trans "No description provided." %}{% endif %}
{% trans "No assigned yet." %}
{% for topic in talk.topics.distinct %} {% if forloop.first %}{% endif %} {% if topic.track %} {% trans "Assign to" %} {{ topic.track }} {% endif %} {% if forloop.last %}
{% endif %} {% endfor %} {% endif %} {% endif %}{% if talk.notes %}{{ talk.notes|linebreaksbr }}{% else %}{% trans "No notes." %}{% endif %}
{% if moderate_perm %}{{ talk.vote_set.all|length }} {% trans "vote" %}{{ talk.vote_set.all|length|pluralize }}, {% trans "average:" %} {{ talk.score|floatformat:1 }}
Accept Decline {% endif %}