main
1# <%= name %> (<%= self[:comm_code] %>) <%= self[:sector] %> - [source][source]
2
3* [Homepage][homepage]
4* [Profile][profile]
5* [Projection][projection]
6* Residents: <%= self[:res_cnt] %>
7 * 1 occupant homes: <%= self[:dwelsz_1] %>
8 * 2 occupant homes: <%= self[:dwelsz_2] %>
9 * 3 occupant homes: <%= self[:dwelsz_3] %>
10 * 4/5 occupant homes: <%= self[:dwelsz_4_5] %>
11 * 6 occupant homes: <%= self[:dwelsz_6] %>
12* Dogs: <%= self[:dog_cnt] %>
13* Cats: <%= self[:CAT_CNT] %>
14
15| Age | Male | Female | Non-binary |
16| --- | ---- | ------ | ---------- |
17| 20-24 | <%= self[:male_20_24] %> | <%= self[:fem_20_24] %> | <%= self[:other_20_24] %> |
18| 25-34 | <%= self[:male_25_34] %> | <%= self[:fem_25_34] %> | <%= self[:other_25_34] %> |
19| 35-44 | <%= self[:male_35_44] %> | <%= self[:fem_35_44] %> | <%= self[:other_35_44] %> |
20| 45-54 | <%= self[:male_45_54] %> | <%= self[:fem_45_54] %> | <%= self[:other_45_54] %> |
21| | <%= self[:male_cnt] %> | <%= self[:female_cnt] %> | <%= self[:other_cnt] %> |
22
23| Address | Value | Year Built | Size (SqFt) |
24| ------- | ----- | ---------- | ----------- |
25<%- self.properties.each do |property| -%>
26| <%= property[:address] %> | <%= number_to_currency(property[:assessed_value]) %> | <%= property[:year_of_construction] %> | <%= property[:land_size_sf] %> |
27<%- end -%>
28
29[homepage]: <%= homepage_url %>
30[profile]: <%= profile_url %>
31[projection]: <%= projection_url %>
32[source]: https://data.calgary.ca/Demographics/Census-by-Community-2019/rkfr-buzb/about_data