{% extends 'base.html' %} {% load plugins %} {% load buttons %} {% load custom_links %} {% load helpers %} {% block title %}{{ object }}{% endblock %} {% block header %}
Software Version | {% if object.software %} {{ object.software }} {% else %} — {% endif %} |
Valid Start | {{ object.start }} |
Valid End | {% if object.end %} {{ object.end }} {% else %} — {% endif %} | Valid Now | {% if object.valid is True %} {% else %} {% endif %} |
Preferred Version | {% if object.preferred is True %} {% else %} {% endif %} |
Devices |
{% if object.devices.all %}
|
Device Types |
{% if object.device_types.all %}
|
Device Roles |
{% if object.device_roles.all %}
|
Inventory Items |
{% if object.inventory_items.all %}
|
Object Tags |
{% if object.object_tags.all %}
|