{{ m.eventdate | date: "%d.%m.%Y %H:%M" }}: {{m.title}} ({% assign components = site.inventory | where_exp: "inv", "m.components contains inv.uid" -%}{% for component in components -%} {% if m.components contains component.uid -%}{{component.name}}{% unless forloop.last %}, {% endunless %}{% endif -%}{% endfor -%})