{{if empty($module_data['data'])}} {{:ModuleInclude('public/not_data')}} {{else /}}
{{foreach $module_data.data as $v}} {{if !empty($v) and isset($v['key']) and isset($v['name']) and isset($v['value'])}}
{{$v.name}}
{{:ModuleInclude('../../../module/view/form_input/detail_value', $v)}}
{{/if}} {{/foreach}}
{{/if}}