{% if cisco_device_type_support.last_date_of_support_progress %}
{% if cisco_device_type_support.last_date_of_support_progress >= 45 %} {{ cisco_device_type_support.last_date_of_support|timeuntil }} remaining {% endif %}
{% if cisco_device_type_support.last_date_of_support_progress < 45 %} {{ cisco_device_type_support.last_date_of_support|timeuntil }} remaining {% endif %}
{% endif %}