{% set from = item.showUntil %} {# Live countdown needs showUntil date #} {% if from %} {% if options.countdownType == 'countdown' %} {% set pluginOptions = { debug: false, from: from|date('Y-m-d\\TH:i:sP'), title: countdownTitle, label: { days: "moorl-countdown.days"|trans, hours: "moorl-countdown.hours"|trans, minutes: "moorl-countdown.minutes"|trans, seconds: "moorl-countdown.seconds"|trans, } } %}
{% elseif options.countdownType == 'relative' %} {% set pluginOptions = { from: from|date('Y-m-d\\TH:i:sP') } %}
{{ countdownTitle }}
{% elseif options.countdownType == 'time' %}
{{ countdownTitle }}
{{ from|format_date('long', locale=app.request.locale) }}
{% endif %} {% endif %}