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

{% if object %}Update{% else %}Create{% endif %} Munki configuration

{% csrf_token %} {{ form|bootstrap }}

{% if object %} {% else %} {% endif %} Cancel

{% endblock %}