{% extends 'portal.html'%} {% block title %}Population data sets{% endblock %} {% block content %} {% for item in populations %} {% endfor %}
Name Start Date End Date Structures
{{ item["name"] }} {{ item["start"] }} {{ item["end"] }} {{ item["structures"]|length }} View
{% endblock %}