{% if fortinet_device_support.end_of_support_progress %}
{% if fortinet_device_support.end_of_support_progress >= 45 %} {{ fortinet_device_support.end_of_support_date|timeuntil }} remaining {% endif %}
{% if fortinet_device_support.end_of_support_progress < 45 %} {{ fortinet_device_support.end_of_support_date|timeuntil }} remaining {% endif %}
{% endif %}