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

Workspace ONE instance{{ instance_count|pluralize }} ({{ instance_count }})

{% if perms.wsone.add_instance %} {% url 'wsone:create_instance' as url %} {% button 'CREATE' url "Add new Instance" %} {% endif %}
{% if object_list %} {% if perms.wsone.change_instance %} {% endif %} {% for instance in object_list %} {% if perms.wsone.change_instance %} {% endif %} {% endfor %}
Host Business unit
{{ instance.hostname }} {{ instance.business_unit }} {% url 'wsone:update_instance' instance.pk as url %} {% button 'UPDATE' url tooltip="Edit Instance" %}
{% else %} {% if perms.wsone.add_instance %} {% url 'wsone:create_instance' as link %} {% no_entities 'Workspace ONE Instances' link %} {% else %} {% no_entities 'Workspace ONE Instances' %} {% endif %} {% endif %} {% endblock %}