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

{{ instance_count }} Puppet instance{{ instance_count|pluralize }}

{% if perms.puppet.add_instance %}

Create

{% endif %} {% if perms.puppet.change_instance %} {% endif %} {% for instance in object_list %} {% if perms.puppet.change_instance %} {% endif %} {% endfor %}
Host Business unit
{{ instance.hostname }} {{ instance.business_unit }} Update
{% endblock %}