{% assign event = include.common/program/full-program.html %} {% assign time = event.date | date: "%H:%M" %}
  • {% if time != '00:00' %} {{time}} {% 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 %}