{#- Where we are: the current phase as a sheet inked to its merged fraction, its goals, the other open phases and the pressed ones. -#} {% from "_now1_macros.html" import sheet with context %} {%- set p = snap.where.primary -%}

Where we are

{% if p %}{{ p.name }}, {{ p.stage_word }}{% else %}no open phase{% endif %}
{% if p %} {{ sheet(p) }} {% if p.retro %}

retro verdict {{ p.retro.get('verdict', '') }} · {{ p.retro.get('status', '') }}{% if p.retro.get('accepted_by') %} · accepted by {{ p.retro.get('accepted_by') }}{% endif %}{% if p.retro.get('accepted_at') %} at {{ p.retro.get('accepted_at')[:16] }}Z{% endif %}

{% endif %}
    {% for goal in p.goals %}
  1. {{ goal.n }}{{ goal.label }}{% if goal.mark %}{{ stage(goal.mark, 16) }} {{ goal.done }} of {{ goal.total }} · {{ goal.word }}{% else %}unlinked{% endif %}
  2. {% endfor %}
{% else %}
no open phase: garden new-phase starts the next
{% endif %} {% if snap.where.others %}
{% for ph in snap.where.others %}{{ sheet(ph, false) }}{% endfor %}
{% endif %} {% if snap.where.closed %}
{% for ph in snap.where.closed %}{% set th = plate(ph.plant, true) %}{% if th %}{% else %}{{ plant(ph.plant, 40, 60) }}{% endif %}{{ ph.name }} · {{ ph.plate }}pressed{% endfor %}
{% endif %}