{% include "header.html" %}

Batch Case Upload Results


{% if result %} {% for case_name, key, country, state, county, populationdensity, weather, subject_category, subject_subcategory, scenario, subject_activity, Age, Sex, number_lost, group_type, ecoregion_domain, ecoregion_division, terrain, lastlat, lastlon, findlat, findlon, total_hours, notify_hours, search_hours, comments, result in result %} {% endfor %} {% endif %}
result case_name key country state county populationdensity weather subject_category
{{ result }} {{ case_name }} {{ key }} {{ country }} {{ state }} {{ county }} {{ populationdensity }} {{ weather }} {{ subject_category }}



{% include "footer.html" %}