{% extends "base.html" %} {% block title %}{{ 'Edit' if planting else 'New' }} Planting — Garden{% endblock %} {% block content %}

{{ 'Edit' if planting else 'New' }} Planting

{# Status retired by the unplanted-plants model — plantings are always 'planted' now. Kept as a hidden field so existing form handlers don't blow up. #}

To plan plants before putting them in the ground, use the unplanted inventory instead of a planting. Plantings now represent the act of planting; create one only when you actually put plants in the ground.

Plants

{% for p in plants %}
{% endfor %}
Cancel {% if planting %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}