{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block content_left_page %}
Software Version
Status {{ object.status|hyperlinked_object_with_color }}
Version {{ object.version }}
Alias {{ object.alias|placeholder }}
Platform {{ object.platform|hyperlinked_object }}
Release Date {{ object.release_date|placeholder }}
End of Support Date {{ object.end_of_support_date|placeholder }}
Long Term Support {{ object.long_term_support|render_boolean }}
Pre-Release {{ object.pre_release|render_boolean }}
Documentation URL {% if object.documentation_url %} {{ object.documentation_url }} {% else %} {% endif %}
{% endblock content_left_page %} {% block content_right_page %}
Stats
{% with software_image_file_count=object.software_image_files.count %}

{{ software_image_file_count }}

Software Image Files

{% endwith %}
{% with device_count=object.devices.count %}

{{ device_count }}

Devices

{% endwith %}
{% with inventory_item_count=object.inventory_items.count %}

{{ inventory_item_count }}

Inventory Items

{% endwith %}
{% with virtual_machine_count=object.virtual_machines.count %}

{{ virtual_machine_count }}

Virtual Machines

{% endwith %}
{% endblock content_right_page %}