{% include partials/header.html %}
{% include partials/show_talk.html %}
{% include partials/list_speakers.html %}
{% include partials/list_sub_categories.html %} {% include partials/get_link_types.html %} {% if has_icon_links and site.conference.talks.hide_icons != true %} {% for link in talk.links %} {% assign link_styleclass = "text-secondary" %} {% include partials/get_link.html %} {% if link_icon %} {{ link_tag -}} {% endif %} {% endfor %} {% endif %}
{% if talk.hide %}{% for r in site.data.program %} {% for t in r.talks %} {% if talk.name == t.name %} {% include partials/get_talk_time.html %} {% assign room = site.rooms | where: 'name', r.room | first %} {% break %} {% endif %} {% endfor %} {% endfor %} {{ site.data.lang[site.conference.lang].pronoun.at | default: "at" }} {% include partials/show_talk_time.html %} {{ site.data.lang[site.conference.lang].pronoun.in | default: "in" }} {% include partials/show_room.html %}
{% endif %}