{% comment %} TRMNL private plugin · Polling · full layout · data: /api/screens/special.json {% endcomment %}
{% if count == 0 %}
Nothing special coming up No one-off events in the next {{ horizon_days }} days.
{% else %}
{% for e in items %}
{{ e.day_num }}
{{ e.title }} {{ e.weekday }} {{ e.day_num }} {{ e.month }} · {{ e.time }}{% if e.multi_day %} · {{ e.day_of }}{% endif %} · {{ e.rel }} {{ e.who }}{% if e.location != "" %} · {{ e.location }}{% endif %}{% if e.driver != "" %} · {{ e.driver }}{% endif %}{% if e.note != "" %} · {{ e.note }}{% endif %}
{% endfor %}
{% endif %}
Coming up {{ count }} event{% if count != 1 %}s{% endif %} · next {{ horizon_days }} days