{% extends "plants/base.html" %} {% block title %}Review & save — BloomBase{% endblock %} {% block content %}
Review & save

Tap a tile to switch source. Green border = selected.

{% if vpc_match %}
🏪
{{ vpc_match.common_name }}
vasteplantencatalogus.nl
{% if vpc_results|length > 1 %}
{% endif %}
{% else %}
No VPC data found — using Pl@ntNet only.
{% endif %}
{% csrf_token %}
Common name
Pl@ntNet
{{ selected.common_names.0|default:selected.scientific_name }}
{% if selected.common_names|length > 1 %}
{{ selected.common_names.1 }}
{% endif %}
{% if vpc_match %}
VPC
{{ vpc_match.common_name }}
{% endif %}
Scientific name
Pl@ntNet
{{ selected.scientific_name }}
{% if vpc_match %}
VPC
{{ vpc_match.scientific_name }}
{% endif %}
{% if vpc_match %}
VPC care data from VPC
Loaded after save
bloom months · height · sunlight · frost hardiness · planting density
{% endif %}
How you refer to this plant in your collection
{% endblock %}