{% extends "orga/base.html" %} {% load compress %} {% load event_tags %} {% load i18n %} {% load static %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block extra_title %}{{ slots.count}} {% translate 'talks without recording' %} :: SamAware :: {% endblock extra_title %} {% block content %}

{{ slots.count}} {% translate 'talks without recording' %}

{{ filter_form.as_div }}
{% for slot in slots %} {% endfor %}
{% if request.event|get_feature_flag:'use_tracks' %} {% endif %} {% translate 'Title' %} {% translate 'Start' %} {% translate 'Room' %}
{% if request.event|get_feature_flag:'use_tracks' and slot.submission.track %}
{% endif %}
{{ slot.submission.title }} {{ slot.start|date:'SHORT_DATETIME_FORMAT' }} {{ slot.room }}
{% endblock content %}