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

Munki

{% if perms.view_configuration and perms.munki.view_enrollment and perms.view_scriptcheck %} {% url 'munki:terraform_export' as url %} {% button 'DOWNLOAD' url "Download Terraform Config" %} {% endif %}
{% if perms.munki.view_configuration %}

Configurations

{% endif %} {% if perms.munki.view_scriptcheck %}

Script checks

{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}