{% extends "tx_highered/app_base.html" %} {% block head_title %}Institutions{% endblock %} {% block breadcrumb_items %}
  • Institutions
  • {% endblock %} {% block main %} {% for object in object_list %}

    {{ object.name }} {{ object.type }}

    {% include "tx_highered/includes/sentences.html" %}
    {% endfor %} {% endblock %}