{% 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 }}
Versions {% for version in object.softwareproduct_versions.all %} {{ version }} {% empty %} n/a {% endfor %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}