{% comment %} collabDoo · TRMNL Private Plugin · Layout "Half Vertical" (400×480) Datenquelle: Strategie "Polling" auf https://team.collabdoo.app/d/.json Oben "Heute" groß, darunter die folgenden Tage mit Einträgen als kompakte Liste. Gruß an alle ([greetings] note): kompakter Post-it unten rechts über den Listen, mit Symbol des Effekts (note.icon_svg). {% endcomment %}
{{ labels.today }} {{ today.label.day_month }}
{% for l in today.lines %}
{{ l.time }} {{ l.title }} {% if l.who != "" %}{{ l.who }}{% endif %}
{% endfor %} {% if today.line_count == 0 %}{{ labels.nothing_planned }}{% endif %}
{% for d in days %}{% if d.is_today == false and d.line_count > 0 %} {{ d.label.weekday_short }} {{ d.label.day }}. {% for l in d.lines limit: 3 %} {{ l.time }} {{ l.title }}{% if l.who != "" %} · {{ l.who }}{% endif %} {% endfor %} {% endif %}{% endfor %}
{% if note %}
{{ note.icon_svg }}
{{ note.text }}
– {{ note.sender_name }}
{% endif %}
{{ household.name }} {% if weather %}{{ weather.label.temp }} · {% endif %}{{ updated }}