{% load markup %} {% load thumbnail %} {% load smartif %} {% load humanize %} Hide Data
|
{{block.description|markdown}}
Choose base map:Show layers:
{%with block.question_set.all as questions%}
{%for question in questions %}
{{question.text|safe}}
{{question.layer_id}}
{{question.basemap_id}}
{%endfor%}
{%endwith%}
|
{% for layer in block.layer_set.all %}
{%with block.per_county_stats as stats%}
|