{% csrf_token %}

{{ event.count_admitted }}/{{ event.capacity }} bevestigd

{% if event.count_interested %}

{{ event.count_interested }} in wachtlijst

{% endif %} {% if not my_registration %}

{% else %}

Mijn status: {{ my_registration.state_str }}

{% endif %}