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