{% extends 'aristotle_mdr/user/base.html' %} {% block page %}

Delete {{ object.name }}

Are you sure you want to delete the custom field {{ object.name }}? This action is irreversible

Choose how the current values for this field will be dealt with

Selecting move to slots will move any values for this field into custom slots.

Selecting delete all values will delete the values for this field on all items.

{% csrf_token %} {{ form }} Cancel
{% endblock %}