{% load event_tags %} {% load i18n %} {% load samaware_extras %} {% for slot in slots %} {% url 'plugins:samaware:talk_overview' event=request.event.slug code=slot.submission.code as talk_url %} {% if request.event|get_feature_flag:'use_tracks' and slot.submission.track %}
{% endif %} {{ slot.submission.title }} {% for speaker in slot.submission.speakers.all %} {% with speaker_profile=event_profiles|get_item:speaker %} {% if speaker_profile.has_arrived %} {% translate 'Arrived' %} {% else %} {% translate 'Not arrived' %} {% endif %}  {{ speaker.name }} {% endwith %} {% if not forloop.last %}
{% endif %} {% endfor %} {{ slot.start|date:'SHORT_DATETIME_FORMAT' }} {{ slot.room }} {% endfor %}