{% extends "main.html" %} {% block title %}Institute (Verbose){% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Institute details - {{institute}}

{% for a in institute_details %}

{{a.datastore}}

{% for i,j in a.items %} {% endfor %}
{{ i }}{{ j }}
{% empty %}

No datastores.

{% endfor %}
{% endblock %}