{% extends "base.html" %} {% from '_comments.html' import render_comments %} {% from '_species.html' import species_pill %} {% from '_picker.html' import area_drilldown_picker %} {% from '_featured_image.html' import featured_image_block, featured_image_thumb %} {% from '_archive.html' import archive_button, archived_chip %} {% block content %} {%- set status_qs = '?status=' ~ status_filter if status_filter and status_filter != 'planted' else '' -%} {%- set has_sketch = (area.length_ft and area.width_ft) -%}
| Species | Variety | Plant group | Qty | Actions |
|---|---|---|---|---|
| {% if pl %} Planting: {{ pl.name }}{% if pl.year_value %} {% endif %} {% if pl.status and pl.status != 'planted' %}{{ pl.status }}{% endif %} {% else %} Not attached to a planting {% endif %} | ||||
| {% if pl %} {{ group_label }}{% if pl.year_value %} {% endif %} {% else %}—{% endif %} {% if p.status %}{{ p.status }}{% endif %} | {% if qty_int > 0 %} {% else %} ↗ {% endif %} 💬 | |||
| Species | Variety | Qty |
|---|---|---|
| {{ p.species }} | {{ p.variety }} | {{ p.qty }} |
| Total | {{ summary.total_qty }} | |
This area is empty. Add a sub-area or attach a watering station.
{% endif %} {{ render_comments(area_comments, 'area', area.id, '/areas/' ~ area.id, include_children=include_children, include_related=include_related, supports_children=supports_children) }} {% if plants %} {% endif %} {% endblock %} {% block scripts %} {% if plants %} {% endif %} {% endblock %}