{% for sec in sections %}{% set ph = sec.phase %}

{{ plant(ph.plant, 22, 32) }} {{ ph.product }}/{{ ph.name }} {% if ph.frozen %}frozen{% endif %} {{ sec.rows|length }}

{% else %}

No open phases to show. Pick a product above, or include closed phases.

{% endfor %}