{% macro countdownTimer(startHour, endHour, countdownType, showCountdownLegend) %}
{% if countdownType != 'Rotated_Countdown' %} 00 : 00 : 00 {% elif countdownType == 'Rotated_Countdown' %}
0
0
0
0
0
0
{% endif %}
{% if countdownType == 'Rotated_Countdown' and showCountdownLegend == "true" %}
Hours Minutes Seconds
{% endif %} {% from "./_countdownTimer-js.html" import countdownTimerJS %} {{ countdownTimerJS( startHour = promoBanner.setPromoTimeRange.startHour, endHour = promoBanner.setPromoTimeRange.endHour, countdownType = promoBanner.bannerSkin_options.selected ) }} {% endmacro %}