{{ data.plans[i].description }}
132 | <# } #> 133 | <# if ( data.plans[i].features ) { #> 134 |-
135 | <# for ( j in data.plans[i].features ) { #>
136 |
- 137 | <# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }} 138 | <# if ( data.plans[i].features[j].description ) { #> 139 | {{ data.plans[i].features[j].description }} 140 | <# } #> 141 |
142 | <# } #>
143 |