estimated-time.twig 156 Bytes
{% if estimatedTime > 1 %}
    {{- strings.inMinutes|format( estimatedTime ) -}}
{% else %}
    {{- strings.inMinute|format( estimatedTime ) -}}
{% endif %}