{% load i18n %} {% if agenda.booking_extra_user_block_template %}{% endif %} {{ booking.get_user_block }}{% if booking.places_count > 1 %} ({{ booking.places_count }} {% trans "places" %}){% endif %} {% if booking.kind == "subscription" %} ({% trans "Not booked" %}) {% elif booking.cancellation_datetime is None %} {{ booking.user_was_present|yesno:_('Present,Absent,-') }} {% if booking.user_was_present is not None and booking.user_check_type_label %} ({{ booking.user_check_type_label }}) {% endif %} {% else %} ({% trans "Cancelled" %}) {% endif %} {% if not event.checked or not agenda.disable_check_update %} {% if booking.user_was_present is not None %}
{% csrf_token %} {% trans "Reset" context "check" %}
{% endif %} {% endif %} {% if not event.checked or not agenda.disable_check_update %} {% if booking.kind == "subscription" %}
{% else %} {% endif %} {% csrf_token %} {% if booking.presence_form.check_type.field.choices.1 %}{{ booking.presence_form.check_type }}{% endif %}
{% if booking.kind == "subscription" %}
{% else %} {% endif %} {% csrf_token %} {% if booking.absence_form.check_type.field.choices.1 %}{{ booking.absence_form.check_type }}{% endif %}
{% endif %}