{% load filters %} {% load helpers %} {# renders panel on object (device) with support contract info assigned to it #}
Vendor | {{ support_contract.contract.vendor|linkify|placeholder }} | |
---|---|---|
Contract Number | {{ support_contract.contract|linkify:"contract_id"|placeholder }} | |
Support SKU | {{ support_contract.sku|linkify|placeholder }} | |
Start Date | {{ support_contract.contract.start }} | |
End Date | {% if support_contract.end == None %}{{ support_contract.contract.end }} | {% else %}{{ support_contract.end }} | {% endif %}