{% extends "webpage/base.html" %} {% block Titel %} See all Institutions {% endblock %} {% block content %}

All {{ number_of_objects }} Institutions

create new Institution
{% if object_list %} {% for object in object_list %} {% endfor %}
Name founded/closed places
{{ object }} {{ object.start_date_written }} - {{ object.end_date_written }} {{ object.isoCode }}
{% endif %}
{% endblock %}