{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
| Device | {{ object.device|linkify }} |
|---|---|
| Virtual Machine | {{ object.virtualmachine|linkify }} |
| Cluster | {{ object.cluster|linkify }} |
| Software Product | {{ object.software_product|linkify }} |
| Version | {{ object.version|linkify }} |
| Licenses | {% for license in object.softwarelicense_set.all %} {{ license }} {% empty %} None {% endfor %} |