{% load filters %} {% load helpers %} {# renders panel on object with lifecycle info assigned to it #}
Lifecycle Dates
{% if lifecycle_info %}
End of Sale {{ lifecycle_info.end_of_sale }}
End of Maintenance Updates {{ lifecycle_info.end_of_maintenance }}
End of Security Updates {{ lifecycle_info.end_of_security }}
Last Support Contract Purchase Date {{ lifecycle_info.last_contract_date }}
End of Support {{ lifecycle_info.end_of_support }}
{% else %}
No Lifecycle Dates Defined
{% endif %}