{% if fortinet_device_support.end_of_renewal_progress %}
{% if fortinet_device_support.end_of_renewal_progress >= 45 %} {{ fortinet_device_support.end_of_renewal_date|timeuntil }} remaining {% endif %}
{% if fortinet_device_support.end_of_renewal_progress < 45 %} {{ fortinet_device_support.end_of_renewal_date|timeuntil }} remaining {% endif %}
{% endif %}