| License Type |
{{ object.license.license_type|linkify }} |
| Product Code |
{{ object.license.license_type.product_code|linkify|placeholder }} |
| License Manufacturer |
{{ object.license.license_type.manufacturer|linkify|placeholder }} |
| License Key |
{{ object.license }} |
| Serial Number |
{{ object.license.serial_number|placeholder }} |
| Volume Type |
{{ object.license.license_type.get_volume_type_display }} |
| Volume Limit |
{% if object.license.volume_type == 'UNLIMITED' %}
Unlimited
{% else %}
{{ object.license.volume_limit }}
{% endif %}
|
| Current Usage |
{{ object.license.usage_display }} |
{% if object.license.parent_license %}
| Parent License |
{{ object.license.parent_license|linkify }} |
{% endif %}
{% if object.license.purchase_date %}
| Purchase Date |
{{ object.license.purchase_date|date:"Y-m-d" }} |
{% endif %}
{% if object.license.expiry_date %}
| Expiry Date |
{{ object.license.expiry_date|date:"Y-m-d" }} |
{% endif %}
| Expiry Status |
{% include "netbox_license/inc/license_progressbar.html" with record=object.license %}
|
| {% trans "Support Status" %} |
{% badge object.license.get_support_status_display bg_color=object.license.get_support_status_color %} |
| Description |
{{ object.license.description|placeholder }} |
| {% trans "Status" %} |
{% badge object.license.get_status_display bg_color=object.license.get_status_color %} |