{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/next.json {% endcomment %}
{% if status == "now" %}
Happening now
{{ current.title }} {{ current.time }} {{ current.ends_in }} left {{ current.who }}{% if current.location != "" %} · {{ current.location }}{% endif %}{% if current.driver != "" %} · {{ current.driver }} drives{% endif %} {% if current.note != "" %}
{{ current.note }}
{% endif %} {% elsif status == "next" %}
Next up · {{ next.rel }}
{{ next.title }} {% if next.days_until > 0 %}{{ next.day_short }} {% endif %}{{ next.time }} {{ next.starts_in }} {{ next.who }}{% if next.location != "" %} · {{ next.location }}{% endif %}{% if next.driver != "" %} · {{ next.driver }} drives{% endif %} {% if next.note != "" %}
{{ next.note }}
{% endif %} {% else %}
Next up
Nothing planned No activities in the next three weeks. {% endif %}
{% if status == "now" and next %} Then
{{ next.day_short }}
{{ next.title }} {{ next.time }} · {{ next.who }}
{% endif %} {% if all_day_today.size > 0 %} Today, all day {% for a in all_day_today %}
{{ a.title }} {{ a.who }}{% if a.multi_day %} · day {{ a.day_of }}{% endif %}
{% endfor %}
{% endif %} Coming up
{% for a in upcoming %}
{{ a.day_short }}
{{ a.title }} {{ a.time }} · {{ a.who }}
{% endfor %}
Next up {{ today_label }} · {{ time_now }}