{# User preference editing for calendars #} {% import 'macros_form.html' as form without context %} {{ form.tablefield(label=trans('choice_autoadd_own'), checked=autoadd_own, name='%sautoadd_own' % uid, type='checkbox') }} {{ form.tablefield(label=trans('choice_autorm'), checked=autorm, name='%sautorm' % uid, type='checkbox') }} {{ form.tablefield(label=trans('choice_autodecline'), checked=autodecline, name='%sautodecline' % uid, type='checkbox') }}