{% load markup %} {% load thumbnail %} {% load smartif %} {% load humanize %} Hide Data
{{block.question_json}}
{{block.table_json}}
{{block.description|markdown}}
Choose base map:

Show layers:
{% for layer in block.layer_set.all %} {% endfor %}
{{layer.name}}
{%with block.question_set.all as questions%} {%for question in questions %}
{{question.text|safe}} {{question.layer_id}} {{question.basemap_id}}
{%endfor%} {%endwith%}
career map {% for layer in block.layer_set.all %} {% endfor %}
{%with block.per_county_stats as stats%} {%for s in stats.stat_type_list %} {%endfor %} {%for all_layers in stats.layers%} {%endfor %} {%for all_basemaps in stats.basemaps %} {%endfor %} {%for county, stat_values in stats.counties.items %} {%for value in stat_values %} {%endfor %} {%endfor %}
 {{s}} (#{{s.id}})
Layers {%for layer in all_layers%} {{layer}} (#{{layer.id}}) {%endfor%}
Basemaps {%for b in all_basemaps %} {{b.name}} (#{{b.id}}) {%endfor %}
{{county}}{{value|intcomma}}
{%endwith%}