{% extends 'generic/object.html' %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% block content %}
Software Product Version
{% if object.documentation_url %} {% else %} {% endif %} {% if object.file_link %} {% else %} {% endif %}
Software Product {{ object.software_product }}
Name {{ object.name }}
Release date {{ object.release_date }}
Documentation url{{ object.documentation_url }}{{ object.documentation_url }}
End of support {{ object.end_of_support }}
Filename{{ object.filename }}{{ object.filename }}
File checksum {{ object.file_checksum }}
Release type {{ object.get_release_type_display }}
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 %}