{% extends 'submissions/admin/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Colleges Fellowships Fellowship details Remove Proceedings from Fellow's Pool {% endblock %} {% block pagetitle %}: Remove Proceedings from Fellowship{% endblock pagetitle %} {% block content %}

Remove Proceedings from Pool

Fellowship {{ fellowship }}

Proceedings details

{% include 'partials/proceedings/summary.html' with proceedings=proceedings %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}