{% blocktrans count counter=object.authors.count %} Speaker: {% plural %} Speakers: {% endblocktrans %} {% for author in object.authors.all %} {{ author.userprofile.display_name }} {% endfor %}
Type: {{ object.talk_type.name|default:'Talk' }}
{% trans 'Status:' %} {% if object.pending %} {% trans 'Under consideration' %} {% elif object.accepted %} {% trans 'Accepted' %} {% else %} {% trans 'Not accepted' %} {% endif %}
(The following is not visible to submitters or attendees.)