%- include('_header'); -%>
| Type | <%= configFunctions.getConfigProperty("aliases.lot") %> Count | Percentage |
|---|---|---|
| <%= lotType.lotType %> | <%= lotType.lotCount %> | <%= ((lotType.lotCount / map.lotCount) * 100).toFixed(1) %>% |
| Status | <%= configFunctions.getConfigProperty("aliases.lot") %> Count | Percentage |
|---|---|---|
| <%= lotStatus.lotStatus %> | <%= lotStatus.lotCount %> | <%= ((lotStatus.lotCount / map.lotCount) * 100).toFixed(1) %>% |