{% load i18n %} {{ booking.get_user_block }}{% if booking.places_count > 1 %} ({{ booking.places_count }} {% trans "places" %}){% endif %} {{ booking.user_was_present|yesno:_('Present,Absent,-') }} {% if booking.user_was_present is not None and booking.user_check_type %} ({{ booking.user_check_type }}) {% endif %} {% if not event.checked or not agenda.disable_check_update %}
{% csrf_token %} {% if booking.presence_form.check_type.field.choices.1 %}{{ booking.presence_form.check_type }}{% endif %}
{% csrf_token %} {% if booking.absence_form.check_type.field.choices.1 %}{{ booking.absence_form.check_type }}{% endif %}
{% endif %}