<# if ( data.label ) { #> {{ data.label }} <# } #> <# if ( data.description ) { #> {{{ data.description }}} <# if ( data.preview ) { #>
Preview
<# } #>
<# } #>
<# _.each( data.values, function( value, key) { #>
<# if(value.group_title) { #>
{{value.group_title}}
<# } #> <# if(value.group_features) { #> <# _.each( value.group_features, function( feature, k) { #>
<# } ) #> <# } #>
<# } ) #>
{{data.l10n.add_feature}}