{% extends 'generic/object.html' %}
{% load buttons %}
{% load custom_links %}
{% load helpers %}
{% load perms %}
{% load plugins %}
{% load tabs %}
{% block content %}
Manufacturer |
{{ object.manufacturer|linkify }} |
Vendor |
{{ object.vendor|linkify }} |
Contract ID |
{{ object.contract_id }} |
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 %}