{#- The Now region's body: the strips, the empty or quiet sheet, the cards that need a hand. -#} {% from "_now1_macros.html" import strip with context %} {%- set g = snap.garden -%} {%- set runs = snap.now | selectattr("kind", "equalto", "run") | list -%} {%- set hands = snap.now | rejectattr("kind", "equalto", "run") | list -%}
Next tick in {{ g.tick_interval }} s: it will dispatch {{ f.short(snap.next.dispatch[0].title) }}{% if snap.next.dispatch | length > 1 %} and {{ f.short(snap.next.dispatch[1].title) }}{% endif %} into {{ g.free }} free slot{{ 's' if g.free != 1 }}.
{% else %}The garden is quiet.Nothing is ready: {{ g.drafts }} draft{{ 's' if g.drafts != 1 }} wait{{ 's' if g.drafts == 1 }} for approval, {{ g.inbox_decisions }} card{{ 's' if g.inbox_decisions != 1 }} wait{{ 's' if g.inbox_decisions == 1 }} on you in the Inbox. Next tick in {{ g.tick_interval }} s polls PRs only.
{% endif %}