{% blocktrans count counter=object.authors.count %} Speaker: {% plural %} Speakers: {% endblocktrans %} {% for author in object.authors.all %} {{ author.get_full_name|default:author.username }} {% 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 %}