{% extends 'base.html' %} {% load i18n %} {% block talktab %} class="active"{% endblock %} {% block content %}
{% if talk.abstract %}{{ talk.abstract }}{% else %}{% trans "No abstract provided." %}{% endif %}
{% if talk.description %}{{ talk.description|linebreaksbr }}{% else %}{% trans "No description provided." %}{% endif %}
{{ talk.track }}
{% else %}{% 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 %}