summaryrefslogtreecommitdiff
path: root/templates/communities.md.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/communities.md.erb')
-rw-r--r--templates/communities.md.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/communities.md.erb b/templates/communities.md.erb
new file mode 100644
index 0000000..55d17d3
--- /dev/null
+++ b/templates/communities.md.erb
@@ -0,0 +1,7 @@
+# Calgary (YYC)
+
+| Name | Total | Male | Female | Non-binary | Dogs | Cats |
+| ---- | ----- | ---- | ------ | ---------- | ---- | ---- |
+<%- self.sort.each do |community| -%>
+| <%= community.name %> | <%= community[:res_cnt] %> | <%= community[:male_cnt] %> | <%= community[:female_cnt] %> | <%= community[:other_cnt] %> | <%= community[:dog_cnt] %> | <%= community[:cat_cnt] %> |
+<%- end -%>