{{ dTime.months }}
{{ dTime.months === 1 ? 'month' : 'months' }}
{{ dTime.days }}
{{ dTime.days === 1 ? 'day' : 'days' }}
{{ dTime.hours }}
{{ dTime.hours === 1 ? 'hour' : 'hours' }}
{{ dTime.minutes }}
{{ dTime.minutes === 1 ? 'minute' : 'minutes' }}
{{ dTime.seconds }}
{{ dTime.seconds === 1 ? 'second' : 'seconds' }}
...
Time Until Stream
{{ eTime.months }}
{{ eTime.months === 1 ? 'month' : 'months' }}
{{ eTime.days }}
{{ eTime.days === 1 ? 'day' : 'days' }}
{{ eTime.hours }}
{{ eTime.hours === 1 ? 'hour' : 'hours' }}
{{ eTime.minutes }}
{{ eTime.minutes === 1 ? 'minute' : 'minutes' }}
{{ eTime.seconds }}
{{ eTime.seconds === 1 ? 'second' : 'seconds' }}
Estimated to go live: {{ formattedEstTime }}
*Estimated time may not be accurate
{{ time.months }}
{{ time.months === 1 ? 'month' : 'months' }}
{{ time.days }}
{{ time.days === 1 ? 'day' : 'days' }}
{{ time.hours }}
{{ time.hours === 1 ? 'hour' : 'hours' }}
{{ time.minutes }}
{{ time.minutes === 1 ? 'minute' : 'minutes' }}
{{ time.seconds }}
{{ time.seconds === 1 ? 'second' : 'seconds' }}
paperjam.gg is {{ statuses.paperjam_gg }}
YouTube is {{ statuses.youtube_stream }}
TIME SINCE LAST STREAM
{{ time.months }}
{{ time.months === 1 ? 'month' : 'months' }}
{{ time.days }}
{{ time.days === 1 ? 'day' : 'days' }}
{{ time.hours }}
{{ time.hours === 1 ? 'hour' : 'hours' }}
{{ time.minutes }}
{{ time.minutes === 1 ? 'minute' : 'minutes' }}
{{ time.seconds }}
{{ time.seconds === 1 ? 'second' : 'seconds' }}