{% extends "base.html" %} {% load projecttags %} {% block title %} {{object.name}} - SRTool {% endblock %} {% block pagecontent %}

Quick Info

Key:
{{object.key}}
Name:
{{object.name}}
Version:
{{object.version}}
Profile:
{{object.profile}}
Cpe:
{{object.cpe}}
Defect Tags:
{{object.defect_tags }}
Product Tags:
{{object.product_tags }}
Investigations Count/Link:
{% if object.product_investigation.all.count %} {{object.product_investigation.all.count}} {% else %}0{% endif %}
Defects Count/Link:
{% if object.product_defect.all.count %} {{object.product_defect.all.count}} {% else %}0{% endif %}
{% endblock %}