{% extends 'base.html' %} {% block js %} {% endblock %} {% block content %}

{{section.label}}: {{cmap.pageblock.label}}

Note: To associate a column of stats with a basemap or a layer, so that it shows up in the table underneath the map, you need to edit the basemap or layer and make sure that stat column is selected.

Add a column of per-county statistics:

{% csrf_token %} {{ cmap.add_county_stat_type_form.as_table}}
{% endblock %} {% block sidenav %} {% with "/edit" as menu_base %} {% include "main/menu.html" %} {% endwith %} {% endblock %}