{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software Product
Name {{ object.name }}
Description {{ object.description }}
Manufacturer {{ object.manufacturer|linkify }}
Versions {% for version in object.softwareproductversion_set.all %} {{ version }} {% empty %} None {% endfor %}
Installations {% for installation in object.softwareproductinstallation_set.all %} {{ installation }} {% empty %} None {% endfor %}
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 %}