{% load markup %} {% load thumbnail %}
{{ meeting.intro|markdown }} {% if sponsors %} Supported by:
{% for s in sponsors %} {% thumbnail s.logo "120" crop="center" as thumb %} {% if s.url %} {% endif %} {{ s.name }}
{% if s.url %}
{% endif %} {% endthumbnail %}   {% endfor %} {% endif %}
{% ifnotequal sessions|length 0 %}
{% for s in sessions %}
{{ s.title }}
{{ s.intro|markdown }}
{% 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 }} {% ifnotequal talk.videos.all|length 0 %}
    {% for v in talk.videos.all %} {{ v.embed_code|safe }} {% endfor %}
    {% endifnotequal %}
  • {% endfor %}
{% endifnotequal %}
{% endfor %}
{% endifnotequal %} {% if performances %}
{% for p in performances %} {% endfor %}
{% endif %} {% ifnotequal documents|length 0%}
{% for d in documents %}
{{ d.intro|markdown }}
{% endfor %}
{% endifnotequal %} {% ifnotequal imagegallery|length 0 %} {% endifnotequal %} {% ifnotequal participants|length 0 %}
{% for p in participants %}
{{ p.name }} {{ p.title }}
{% if p.short_bio %} {{ p.short_bio|markdown }} {% else %} No bio available. {% endif %}
{% endfor %}
{% endifnotequal %} {% if meeting.register_form_embed %}
Sorry, registrations are closed.

{{ meeting.register_form_embed|safe }}
{% endif %}