{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% if perms.netbox_lifecycle.add_supportcontractassignment %} {% block extra_controls %} Add Assignment {% endblock %} {% endif %} {% block content %}
Contract
Manufacturer {{ object.manufacturer|linkify|placeholder }}
Vendor {{ object.vendor|linkify|placeholder }}
Contract ID {{ object.contract_id }}
Description {{ object.description }}
Dates
Start {{ object.start }}
Last renewal {{ object.renewal }}
End {{ object.end }}
{% 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 %}