{% extends 'profiles/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Delete {{ affiliation }} {% endblock %} {% block pagetitle %}: Delete Affiliation{% endblock pagetitle %} {% block content %}

Delete Affiliation

{% include 'profiles/_affiliations_table.html' with contributor=affiliation.profile.contributor actions=False %}
{% csrf_token %}

Are you sure you want to delete this Affiliation?

{% endblock content %}