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

{{ title }}

{% if perms.jamf.add_jamfinstance %}

Create

{% endif %} {% if perms.jamf.change_jamfinstance %} {% endif %} {% for jamf_instance in object_list %} {% if perms.jamf.change_jamfinstance %} {% endif %} {% endfor %}
Host API User Business unit
{{ jamf_instance.host }} {{ jamf_instance.user }} {% if jamf_instance.business_unit %} {{ jamf_instance.business_unit }} {% else %} - {% endif %} Update
{% endblock %}