{% 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_comments'), extra=htmlstr(' %s') % showcomments, name='showcomments', title=trans('label_more_options'), type='checkbox') }}
{% endcall %}
{% endcall %}