estimated-time.twig 156 Bytes Raw Blame History Permalink 1 2 3 4 5 {% if estimatedTime > 1 %} {{- strings.inMinutes|format( estimatedTime ) -}} {% else %} {{- strings.inMinute|format( estimatedTime ) -}} {% endif %}