{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| Platform | {{ object.platform|default:"—" }} |
| Device Type | {{ object.device_type|default:"—" }} |
| CPE Part | {{ object.get_cpe_part_display }} |
| CPE Vendor | {{ object.cpe_vendor }} |
| CPE Product | {{ object.cpe_product }} |
| CPE Target SW | {% if object.cpe_target_sw %}{{ object.cpe_target_sw }}{% else %}—{% endif %} |
| Verified | {% if object.verified %}Yes{% else %}No{% endif %} |
| Notes | {{ object.notes|default:"—" }} |
{{ object.build_cpe }}
The actual version component is replaced with the device's
software_version custom field value at query time.