{% 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 %}
  • {% if event.ref != "no-ref" %} {{ event.title_ }} {% if event.format and event.format != 'misc' %} [{{ event.format }}] {% endif %} {% else %}

    {{ event.title_ }}

    {% endif %}
    {% for eventParticipantId in event.participants %} {% for participant in site.data.rf2020.participants %} {% if participant.id == eventParticipantId %} {{ participant.fullname }} {% endif %} {% endfor %} {% endfor %}