{% import 'macros_form.html' as form without context %}
{% call form.segment() %}
{% if submit_ok_refresh_overlay %}{{ submit_ok_refresh_overlay }}{% endif %}
{% call form.box(table=True, title=trans('label_options_view')) %}
{{ form.tablefield(label=trans('label_description'), extra=htmlstr(' %s') % showdesc, name='showdesc', type='checkbox') }}
{{ form.tablefield(label=trans('label_creator'), extra=htmlstr(' %s') % showcreator, name='showcreator', type='checkbox') }}
{{ form.tablefield(label=trans('label_owner'), extra=htmlstr(' %s') % showowner, name='showowner', type='checkbox') }}
{{ form.tablefield(label=trans('label_size'), extra=htmlstr(' %s') % showsize, name='showsize', type='checkbox') }}
{{ form.tablefield(label=trans('label_modified'), extra=htmlstr(' %s') % showlastmod, name='showlastmod', type='checkbox') }}
{% if showlastlog %}{{ form.tablefield(label=trans('label_lastlog'), extra=htmlstr(' %s') % showlastlog, name='showlastlog', type='checkbox') }}{% endif %}
{% endcall %}
{% endcall %}