{% extends 'base.html' %} {% load i18n %} {% block title %}{{ block.super }} {% trans 'Institutions' %}{% endblock %} {% block content %}

{% trans 'Instutitions' %}

{% for institution in institutions %} {% include 'widgets/read-more-link.html' with href=institution.get_absolute_url text=institution %} {% endfor %} {% endblock content %}