{% 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 Attach {{ lifecycle_info.last_contract_attach }}
Last Support Contract Renewal {{ lifecycle_info.last_contract_renewal }}
End of Support {{ lifecycle_info.end_of_support }}
{% else %}
No Lifecycle Dates Defined
{% endif %}