{{ meeting.intro }}
{% ifnotequal sessions|length 0 %}

Programme

{% for s in sessions %}
{{ s.title|title }}
{{ s.intro|linebreaksbr }}
{% ifnotequal s.talks|length 0 %}
    {% for talk in s.talks %}
  • {% for d in talk.documents %} {% endfor %} {% for a in talk.audio %} {% endfor %} {% for v in talk.video %} {% endfor %}    {{ talk.title }} by {{ talk.presenter }}
  • {% endfor %}
{% endifnotequal %}
{% endfor %}
{% endifnotequal %} {% ifnotequal documents|length 0%}

Reading Materials

{% for d in documents %}
{{ d.intro }}
{% endfor %}
{% endifnotequal %} {% ifnotequal imagegallery|length 0 %} {% endifnotequal %} {% ifnotequal participants|length 0 %}

Participant List

{% for p in participants %}
{{ p.short_bio }}
{% endfor %}
{% endifnotequal %}