{# Mix-In for Check-In (unlock) #} {% import 'macros_form.html' as form without context %} {% call form.box(table=True, title=trans('checkin')) %} {{ form.tablefield(label=trans('choice_unlock'), extra=' value="1"', name='checkin', title='', type='checkbox') }} {% endcall %}