{{:ModuleInclude('public/header')}}
{{if empty($data)}} {{:ModuleInclude('public/not_data')}} {{else /}}
    {{if !empty($data['service_data']) and is_array($data['service_data'])}} {{foreach $data['service_data'] as $k=>$v}}
  • {{$v.service_name}} / {{$v.service_mobile}}

    {{if !empty($v['service_start_time']) or !empty($v['service_end_time'])}}

    {{if !empty($v['service_start_time'])}} {{$v.service_start_time}} {{/if}} {{if !empty($v['service_start_time']) and !empty($v['service_end_time'])}} ~ {{/if}} {{if !empty($v['service_end_time'])}} {{$v.service_end_time}} {{/if}}

    {{/if}} {{if !empty($v['note'])}}

    {{$v.note}}

    {{/if}} {{:MyLang('edit_title')}} {{:MyLang('remove_title')}}
  • {{/foreach}} {{/if}}
{{/if}}
{{:ModuleInclude('public/footer')}}