{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% block content %}
Contract
Contract {{ object.contract|linkify }}
SKU {{ object.sku|linkify }}
Device {{ object.device|linkify }}
License {{ object.license|linkify }}
End Date {{ 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 %}