{% extends 'base.html' %} {% load bootstrap3 i18n %} {% block speakertab %} class="active"{% endblock %} {% block content %}
{% trans "Username" %} | {% trans "Fullname" %} | {% trans "Talk count" %} | {% blocktrans context "table column title" %}Need transport?{% endblocktrans %} | {% blocktrans context "table column title" %}Need hosting?{% endblocktrans %} | {% trans "Need sound?" %} | ||||
---|---|---|---|---|---|---|---|---|---|
{{ speaker.user.username }} | {{ speaker.user.get_full_name }} | {{ speaker.talk_set.count }} | {% if speaker.need_transport %}{% for transport in speaker.transport.all %} {% if not forloop.first %}, {% endif %} {{ transport }} {% endfor %} | {% else %}— | {% endif %} {% if speaker.need_hosting %}{% if speaker.homestay %} Logement chez habitant {% else %} Hotel {% endif %} | {% else %}— | {% endif %} {% if speaker.sound %}Yes | {% else %}No | {% endif %}|
{% trans "Total:" %} {{ speaker_list|length }} {% trans "speaker" %}{{ speaker_list|length|pluralize }} |