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

{{ title }}

Attribute Value
Business unit {% if object.business_unit %} {{ object.business_unit }} {% else %} - {% endif %}
API URL {{ object.api_base_url }}
API user {{ object.user }}
Use Bearer token authentication {{ object.bearer_token_authentication|yesno }}
Inventory apps shard {{ object.inventory_apps_shard }}%
Inventory extension attribute{{ object.inventory_extension_attributes|length|pluralize }} {{ object.inventory_extension_attributes|join:", "|default:"-" }}
Check-in heartbeat timeout {{ object.checkin_heartbeat_timeout|duration_repr }}
Inventory completed heartbeat timeout {{ object.inventory_completed_heartbeat_timeout|duration_repr }}
Version
{{ object.version }}
Created at
{{ object.created_at }}
Updated at
{{ object.updated_at }}
API docs {% if perms.jamf.change_jamfinstance %} Setup webhooks Update {% endif %} {% if perms.jamf.delete_jamfinstance %} Delete {% endif %}
{% if perms.jamf.view_tagconfig %}

{{ tag_config_count }} Tag config{{ tag_config_count|pluralize }}

{% if perms.jamf.add_tagconfig %}

Create

{% endif %} {% if tag_configs %} {% if perms.jamf.change_tagconfig or perms.jamf.delete_tagconfig %} {% endif %} {% for tag_config in tag_configs %} {% if perms.jamf.change_tagconfig or perms.jamf.delete_tagconfig %} {% endif %} {% endfor %}
Source Taxonomy Regex Replacement
{{ tag_config.get_source_display }} {{ tag_config.taxonomy }} {{ tag_config.regex }} {{ tag_config.replacement }} {% if perms.jamf.change_tagconfig %} {% endif %} {% if perms.jamf.delete_tagconfig %} {% endif %}
{% endif %} {% endif %} {% endblock %}