{% extends 'modal.html.twig' %} {% block title %}{{ party.game.name }}{% endblock %} {% block content %}
{% for participant in participations %}

{% if participant.checkin %}{% else %}{% endif %}  {{ participant.participantName }}

{% endfor %}
{% endblock %}