# Calgary (YYC) | Sector | Name | Total | Male | Female | Non-binary | | ------ | ---- | ----- | ---- | ------ | ---------- | <%- self.sort.each do |community| -%> | <%= community[:sector] %> | [<%= community.name %>][<%= community.name.parameterize %>] | <%= community[:res_cnt] %> | <%= community[:male_cnt] %> (<%= community.percent(:male_cnt) %>%) | <%= community[:female_cnt] %> (<%= community.percent(:female_cnt) %>%) | <%= community[:other_cnt] %> (<%= community.percent(:other_cnt) %>%) | <%- end -%> <%- self.sort.each do |community| -%> [<%= community.name.parameterize %>]: ./<%= community[:comm_code].parameterize %>/README.md <%- end -%>