{%- assign this_room = page -%} {%- unless this_room.hide or site.conference.location.hide -%} {%- include partials/header.html -%}

{{ this_room.name }}

{{ site.data.lang[site.conference.lang].location.title | default: "Location" }}

{% include partials/navbar_rooms.html %} {{ content }} {% assign room_talks = false %} {% for d in site.data.program.days %} {% include partials/get_day_hash.html %} {% for r in d.rooms %} {% if this_room.name == r.name and r.talks.size > 0 %} {% unless room_talks %}
{{ site.data.lang[site.conference.lang].location.talks | default: "Talks in this room" }}:
{% assign room_talks = true %} {% endunless %}
{{- day_name -}}
{%- for t in r.talks -%} {%- assign talk = site.talks | where: 'name', t.name | first -%} {%- include partials/get_main_category.html %} {%- endfor -%}
{%- include partials/get_talk_time.html -%} {%- assign talk_day_hide = true -%} {%- assign talk_time_styleclass = "w-100" -%} {% include partials/show_talk_time.html %} {%- assign live_button_styleclass = "w-100" -%} {% include partials/show_live_button.html %}

{%- include partials/show_talk.html -%}

{%- include partials/list_speakers.html -%}

{%- break -%} {% endif %} {% endfor %} {% endfor %} {%- include partials/footer.html -%} {%- endunless -%}