<# if ( "section" === data.type ) { #>
<# }else{ #>
<# if ( "text" === data.type ) { #> <# } #> <# if ( "checkbox" === data.type ) { #> <# } #> <# if ( "number" === data.type ) { #> <# } #> <# if ( "iconpicker" === data.type ) { #> <# } #> <# if ( "date" === data.type ) { #> <# } #> <# if ( "select" === data.type ) { #> <# } #> <# if ( "checkbox_list" === data.type || "radio" === data.type || "select_list" === data.type || "checkbox_single" === data.type ) { #>
    <# _.each( data.value , function(option, index) { #>
  • <# if ( "checkbox_list" === data.type || "checkbox_single" === data.type ) { #> <# } #> <# if ( "radio" === data.type || "select_list" === data.type ) { #> <# } #>
  • <# }) #>
<# } #> <# if ( "select_multiple" === data.type) { #>
    <# _.each( data.value , function(option_data, option_value) { #>
  • {{option_data.label}}
  • <# }) #>
    <# _.each( data.options , function(option_title, option_value) { #>
  • {{option_title}}
  • <# }) #>
<# } #>
<# } #> <# if ( "section" === data.type ) { #>
<# } #>