{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software Product Version
Name {{ object.name }}
Installations {{ object.get_installation_count }}
{% 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 %}