{{if !empty($module_data) and !empty($module_data['extraction_data'])}}
{{if empty($module_data['extraction_data']['code'])}}
{{:MyLang('no_data')}}
{{else /}}
{{$module_data.extraction_data.code}}
{{if !empty($module_data['extraction_data']['images'])}}
{{/if}}
{{/if}}