{% from 'events/timetable/display/indico/_session_block.html' import render_session_block %} {% from 'events/timetable/display/indico/_contribution.html' import render_contribution %} {% from 'events/timetable/display/indico/_break.html' import render_break %} {% if entries %} {%- endif -%} {%- if not previous_date or date != previous_date[-1] -%} {% set anchor -%} day-{{ item.start_dt.date().isoformat() }} {%- endset %}
  • {% if multiple_days %}
    {{ item.start_dt | format_date(format='EEEE, d MMMM', timezone=timezone) }}
    {% if days|length > 1 %} {% endif %}
    {% endif %}
  • {%- endif %} {% else %}
    {% trans %}The agenda of this meeting is empty{% endtrans %}
    {% if event.can_manage(session.user) %}
    {%- trans url=url_for('timetable.management', event) -%} In order to add entries go to the timetable page. {%- endtrans -%}
    {% endif %}
    {% endif %}