{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load filters %} {% load perms %} {% load plugins %} {% load tabs %} {% block content %}
{{ object.assigned_object_type.name|capfirst}}
Manufacturer {{ object.assigned_object.manufacturer|linkify }}
Object {{ object.assigned_object|linkify }}
Description {{ object.description }}
Dates
End of Sale {{ object.end_of_sale }}
End of Maintenance Updates {{ object.end_of_maintenance }}
End of Security Updates {{ object.end_of_security }}
Last Support Contract Attach {{ object.last_contract_attach }}
Last Support Contract Renewal {{ object.last_contract_renewal }}
End of Support {{ object.end_of_support }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}