✂️ Pruning {% if plant.pruning_months %}
Scheduled: {{ plant.pruning_months|join:", " }}
{% endif %} {% with plant.pruning_logs.first as last_log %} {% if last_log %}
Last pruned: {{ last_log.pruned_on|date:"j M Y" }}
{% endif %} {% endwith %}
{% if pruning_status == 'overdue' %} Overdue {% elif pruning_status == 'due_this_month' %} Due this month {% endif %}
{% csrf_token %}
{{ log_form.pruned_on }}