@for (plan of plans(); track plan.id) {

{{ plan.caption }}

@if (priceLabels()[plan.id]; as priceLabel) {
{{ priceLabel }}
} @if (featuresFor(plan.id).length > 0) { }
} @if (plans().length === 0) {

No plans available.

}