{% extends 'colleges/base.html' %} {% load static %} {% load scipost_extras %} {% load colleges_extras %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }} Colleges Editorial College ({{ discipline|get_discipline_display }}) {% endblock %} {% block pagetitle %}: College ({{ discipline|get_discipline_display }}){% endblock pagetitle %} {% block content %} {% if perms.scipost.can_manage_college_composition %} {% endif %}

Editorial College ({{ discipline|get_discipline_display }})

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