{% csrf_token %}

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

{% if event.count_interested %}

{{ event.count_interested }} in wachtlijst

{% endif %} {% if user.is_authenticated %} {% if not my_registration %}

{% else %}

Mijn status: {{ my_registration.state_str }}

{% endif %} {% else %}

Je moet inloggen voor je je kan inschrijven

{% endif %}