{{foreach $form_table.form as $t}}
{{if isset($t['label']) and isset($t['view_type']) and in_array($t['view_type'], ['images', 'field', 'module', 'status']) and (!isset($t['is_detail']) or $t['is_detail'] eq 1)}}
{{$t.label}}
{{include file="public/module/detail_content" /}}
{{/if}}
{{/foreach}}
{{if !empty($form_table['base']) and !empty($form_table['base']['detail_title'])}}