{% extends 'generic/object.html' %}
{% load buttons %}
{% load custom_links %}
{% load helpers %}
{% load perms %}
{% load plugins %}
{% load tabs %}
{% block content %}
Manufacturer |
{{ object.assigned_object.manufacturer|linkify }} |
Object |
{{ object.assigned_object|linkify }} |
Description |
{{ object.description }} |
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 Purchase Date |
{{ object.last_contract_date }} |
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 %}