{% extends 'aristotle_mdr/base.html' %} {% load aristotle_tags util_tags i18n %} {% load bootstrap3 static %} {% block title %}Delete Status {{ object.state_name }}{% endblock %} {% block content %}

Delete confirmation for state "{{ object.state_name }}"

{% csrf_token %}

Are you sure you want to delete the state "{{ object.state_name }}" applied in {{ object.concept }} by {{ object.registrationAuthority }}?

Cancel
{% endblock %}