{% load netbox_lifecycle_filters %} {% load helpers %} {# renders panel on object with lifecycle info assigned to it #}
| End of Sale | {{ lifecycle_info.end_of_sale|placeholder }} |
| End of Maintenance Updates | {{ lifecycle_info.end_of_maintenance|placeholder }} |
| End of Security Updates | {{ lifecycle_info.end_of_security|placeholder }} |
| Last Support Contract Attach | {{ lifecycle_info.last_contract_attach|placeholder }} |
| Last Support Contract Renewal | {{ lifecycle_info.last_contract_renewal|placeholder }} |
| End of Support | {{ lifecycle_info.end_of_support|placeholder }} |