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

Delete Affiliation

{% if actions %} {% endif %} {% include 'profiles/_affiliations_table_row.html' with affiliation=affiliation actions=False %}
Organization Category From UntilActions
{% csrf_token %}

Are you sure you want to delete this Affiliation?

{% endblock content %}