{% extends 'colleges/base.html' %} {% load static %} {% load scipost_extras %} {% load colleges_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges {{ college }} {% endblock %} {% block pagetitle %}: {{ college }}{% endblock pagetitle %} {% block content %} {% if perms.scipost.can_manage_college_composition %} {% endif %}

{{ college }}

{% for fellowship in college.fellowships.active.regular %}
{% include 'scipost/_contributor_short.html' with fellowship=fellowship %}
{% endfor %}
{% endblock content %} {% block footer_script %} {{ block.super }} {% endblock %}