templates/public/product/time_left.html.twig line 1

Open in your IDE?
  1. {%- if clockIcon -%}
  2.     <img class="timeleft-icon object-clock-slider" src="/images/timeleft-icon.svg" alt="{{ 'text_altimg_page-list_time-left'|trans }}" width="16" height="16">
  3. {%- endif -%}
  4. {%- if timeLeft -%}
  5.     {{ timeLeft }}
  6. {%- else -%}
  7.     {{ 'text_label_page-list_auctionended'|trans({enddate: productEndDateTime})|raw }}
  8. {%- endif -%}