#if( shortcode ){#>
<# _.each(shortcode.input, function(input, key) { #>
<# const selected_value = selected_data.configOptions? selected_data.configOptions.find(function(object) { return object.key === key;}).value : false #>
<#if(input.type == 'select'){#>
<#}#>
<#if(input.type == 'input'){#>
<#}#>
<#if( input.info ){#>