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

Open in your IDE?
  1. {%- if clockIcon and timeLeft -%}
  2.     <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a{fill:none;}.b{fill:#00682f;}</style></defs><path class="a" d="M0,0H16V16H0Z"/><path class="b" d="M8.667,15.333a6.667,6.667,0,1,1,6.667-6.667A6.667,6.667,0,0,1,8.667,15.333Zm0-1.333A5.333,5.333,0,1,0,3.333,8.667,5.333,5.333,0,0,0,8.667,14Zm.667-5.333H12V10H8V5.333H9.333Z" transform="translate(-0.667 -0.667)"/></svg>
  3. {%- endif -%}
  4. {%- if clockIcon and not timeLeft -%}
  5.     <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
  6.         <path fill-rule="evenodd" clip-rule="evenodd" d="M5.83398 8.33266V9.16599H0.833984V8.33266H5.83398ZM6.07838 0.285156L9.31921 3.52599L8.73004 4.11599L8.28837 3.96849L7.25629 4.99932L9.61337 7.3564L9.0242 7.94557L6.66753 5.58849L5.66586 6.59016L5.78378 7.06183L5.1942 7.65099L1.95337 4.41016L2.54295 3.82099L3.01378 3.93849L5.63628 1.31641L5.4892 0.874744L6.07838 0.285156Z" fill="#00421B"/>
  7.     </svg>
  8. {%- endif -%}
  9. {%- if timeLeft -%}
  10.     {{ timeLeft }}
  11. {%- else -%}
  12.     {{ 'text_label_page-list_auctionended'|trans({enddate: productEndDateTime})|raw }}
  13. {%- endif -%}