{% extends "core_ui/base.html" %} {% block title %}CSV Import{% endblock %} {% block content %}

📤 Import Plant Data

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Must include: uuid, plant_type, name
Optional: scientific_name, mother_uuid
{% endblock %}