{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Name | Enrollments | Machines | {% if perms.munki.change_configuration %}{% endif %} {% for configuration in object_list %} |
|---|---|---|---|
| {{ configuration }} | {{ configuration.enrollment__count }} | {{ configuration.enrollment__enrolledmachine__count }} | {% if perms.munki.change_configuration %}{% url 'munki:update_configuration' configuration.pk as url %} {% button 'UPDATE' url "Edit Configuration" %} | {% endif %}