{{sale.property.location + ', ' + sale.property.region}}
Type: {{ctrl.SSAppService.getPropertyTypeName(sale.property.type)}}
Tenure: {{sale.property.tenure}}
Project Size: {{ ctrl.SSAppService.getTotalUnits(sale.property) }}
Average Price: {{ ctrl.SSAppService.getFormattedAmountWithDecimal(sale.property.psf, 0) }} psf
Units:
Launched {{ ctrl.SSAppService.getLaunchedUnits(sale.property) }}
Sold {{ ctrl.SSAppService.getSoldUnits(sale.property) }}
Available {{ ctrl.SSAppService.getRemainingUnits(sale.property) }}