{% extends 'portal.html' %} {% block title %}IE Model Populations{% endblock %} {% block title_call_to_action %} Compare All {% endblock %} {% block content %} {% for item in populations %} {% endfor %}
Population name Structure names Structures
{{ item["population_name"] }} {% for name in item["structure_names"] %}{{ "," if loop.index > 1}} {{ name }}{% endfor %} {{ item["structure_names"] | length }} Compare
{% endblock %}