{{ 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 %}