{{:MyLang('form_seo_data_title')}}
{{if !empty($data)}}
- {{:MyLang('form_seo_title_title')}}
- {{if !empty($data['seo_title'])}}{{$data.seo_title}}{{/if}}
- {{:MyLang('form_seo_keywords_title')}}
- {{if !empty($data['seo_keywords'])}}{{$data.seo_keywords}}{{/if}}
- {{:MyLang('form_seo_desc_title')}}
- {{if !empty($data['seo_desc'])}}{{$data.seo_desc}}{{/if}}
{{else /}}
{{include file="public/not_data" /}}
{{/if}}