{% if items.year == 2025 %} {{ person.first_name ~ ' ' ~ person.last_name }} {% else %} {{ person.first_name ~ ' ' ~ person.last_name }} {% endif %} {% set comma = '' %} {% if person.function and person.organisation %} {% set comma = ', ' %} {% endif %} {{ person.function|trim ~ comma ~ person.organisation }}