{{ data.plans[i].description }}
<# } #> <# if ( data.plans[i].features ) { #>-
<# for ( j in data.plans[i].features ) { #>
- <# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }} <# if ( data.plans[i].features[j].description ) { #> {{ data.plans[i].features[j].description }} <# } #>
<# } #>