{% extends 'base.html' %} {% load bootstrap inventory_extras %} {% block content %}

Delete enrollment

{% csrf_token %}

Do you really want to delete this Munki enrollment?

{% if enrolled_machine_count %}

{{ enrolled_machine_count }} enrolled machine{{ enrolled_machine_count|pluralize }} will no longer be able to connect.

Please ensure you do not re-use any packages previously associated with this specific enrollment.

{% endif %}

Cancel

{% endblock %}