{% 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 %} {% set theme_context = namespace(num_contribution=0) %} {%- endif -%} {%- if date_changed -%} {% set anchor -%} day-{{ item.start_dt.date().isoformat() }} {%- endset %}
  • {% if multiple_days %} {% block day_header scoped %}
    {{ item.start_dt | format_date(format='EEEE, d MMMM', timezone=timezone) }}
    {% if days %} {% endif %}
    {% endblock %} {% 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 %}