{% assign event = include.common/program/full-program.html %} {% assign time = event.date | date: "%H:%M" %} {% assign endTime = event.endDate | date: "%H:%M" %} {% if time and time != '00:00' %}

{{time}} {% if endTime %} → {{ endTime }} {% endif %}

{% endif %}
  • {{ event.title_ }} {% if event.format %} [{{ event.format }}] {% endif %} {% for eventParticipantId in event.participants %} {% for participant in site.data.rf2020.participants %} {% if participant.id == eventParticipantId %} {{ participant.fullname }} {% endif %} {% endfor %} {% endfor %}