{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
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 %} |