{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
K8s Cluster
Name {{ object.name }}
Description {{ object.description }}
Type {{ object.type }}
Contacts {% for contact in object.contact.all %} {{ contact.name }} {% endfor %}
Devices {% for device in object.devices.all %} {{ device.name }} {% endfor %}
Virtual Machine {% for vmachine in object.virtualmachine.all %} {{ vmachine.name }} {% endfor %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}