{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software Product Installation
{% if object.device %} {% elif object.virtualmachine %} {% else %} {% endif %}
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 %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}