{% extends "plants/base.html" %} {% load plant_extras %} {% block title %}Extract card data — {{ plant.name }} — BloomBase{% endblock %} {% block content %}
← Card
Extract from card

Review the data extracted from your card photos. Correct anything that looks off, then save.

{% csrf_token %}
{% for val, label in month_choices %}
{% endfor %}
{% for val, label in sunlight_choices %}
{% endfor %}
{% if plant_photo_preview_url %}
{% endif %}
Cancel
{% endblock %}