{% extends 'portal.html'%} {% block title %}Structures within population{% endblock %} {% block content %}
{% for model in structures %} {% endfor %}
Name Population Date Elements Relationships
{{ model["name"] }} {{ model["population"] }} {{ model["date"] }} {{ model["elements"] }} {{ model["relationships"] }} {% set structure_index = loop.index %}
{% endblock %}