- - - - {{ data.speaker.name }} - - {{ data.session.title }} - - - - - {% trans 'Biography' %} - - - {% trans 'Speech' %} - - {% if data.slido %} - - {% trans 'Slido' %} - - {% endif %} - - - - {% trans 'Biography' %} - {{ data.speaker.bio|linebreaks }} - - {% for key, url in data.social.items %} - {% if url %} - - {% endif %} - {% endfor %} + + + + + {{ data.speaker.name }} + + {{ data.session.title }} + + + + + {% trans 'Biography' %} + + + {% trans 'Speech' %} + + {% if data.slido %} + + {% trans 'Slido' %} + + {% endif %} + {% if data.slides %} + + {% trans 'Slides' %} + + {% endif %} + + + + {% trans 'Biography' %} + {{ data.speaker.bio|linebreaks }} + + {% for key, url in data.social.items %} + {% if url %} + + {% endif %} + {% endfor %} + + + + {% trans "To be announced" as placeholder_description %} + {% trans 'Speech' %} + {{ data.session.description|default:placeholder_description|linebreaks }} + + {% if data.slido %} + + + + {% endif %} + {% if data.slides %} + + {{ data.slides }} + + {% endif %} + - - {% trans "To be announced" as placeholder_description %} - {% trans 'Speech' %} - {{ data.session.description|default:placeholder_description|linebreaks }} - - {% if data.slido %} - - - - {% endif %} - - - -{% endwith %} + {% endwith %} -{% endfor %} + {% endfor %} {% endblock content %}
- {% trans 'Biography' %} - {{ data.speaker.bio|linebreaks }} - - {% for key, url in data.social.items %} - {% if url %} - - {% endif %} - {% endfor %} + + + + + {{ data.speaker.name }} + + {{ data.session.title }} + + + + + {% trans 'Biography' %} + + + {% trans 'Speech' %} + + {% if data.slido %} + + {% trans 'Slido' %} + + {% endif %} + {% if data.slides %} + + {% trans 'Slides' %} + + {% endif %} + + + + {% trans 'Biography' %} + {{ data.speaker.bio|linebreaks }} + + {% for key, url in data.social.items %} + {% if url %} + + {% endif %} + {% endfor %} + + + + {% trans "To be announced" as placeholder_description %} + {% trans 'Speech' %} + {{ data.session.description|default:placeholder_description|linebreaks }} + + {% if data.slido %} + + + + {% endif %} + {% if data.slides %} + + {{ data.slides }} + + {% endif %} + - - {% trans "To be announced" as placeholder_description %} - {% trans 'Speech' %} - {{ data.session.description|default:placeholder_description|linebreaks }} - - {% if data.slido %} - - - - {% endif %} - -
+ + + + {{ data.speaker.name }} + + {{ data.session.title }} + + + + + {% trans 'Biography' %} + + + {% trans 'Speech' %} + + {% if data.slido %} + + {% trans 'Slido' %} + + {% endif %} + {% if data.slides %} + + {% trans 'Slides' %} + + {% endif %} + + + + {% trans 'Biography' %} + {{ data.speaker.bio|linebreaks }} + + {% for key, url in data.social.items %} + {% if url %} + + {% endif %} + {% endfor %} + + + + {% trans "To be announced" as placeholder_description %} + {% trans 'Speech' %} + {{ data.session.description|default:placeholder_description|linebreaks }} + + {% if data.slido %} + + + + {% endif %} + {% if data.slides %} + + {{ data.slides }} + + {% endif %} +
+ {% trans 'Biography' %} + {{ data.speaker.bio|linebreaks }} + + {% for key, url in data.social.items %} + {% if url %} + + {% endif %} + {% endfor %} + +
+ {% trans "To be announced" as placeholder_description %} + {% trans 'Speech' %} + {{ data.session.description|default:placeholder_description|linebreaks }} +
- {% trans "To be announced" as placeholder_description %} - {% trans 'Speech' %} - {{ data.session.description|default:placeholder_description|linebreaks }} -