{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block pagetitle %}: Institution details{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Institutions Institution detail {% endblock %} {% block content %}

Institution {{ institution }}

{% csrf_token %} {{ form|bootstrap }}

Merge another institution into {{ institution }}?

Contributors of {{ institution }}

{% endblock content %}