{% assign event = include.event %} {% capture inner %}
{% if event.short_title %}

{{ event.short_title }}

{% 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 %}
{% endcapture %} {% if event.ref != "no-ref" %}
  • {% if event.pic %}
    {{ inner }}
    {% endif %} {% if event.format %}
    [{{ event.format }}]
    {% endif %} {{ inner }}
  • {% endif %}