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