{% extends "main.html" %} {% block content %}

Import CARES Species (Staging)

Upload a CSV file to stage species for review before committing to the database. The CSV must include the following columns:

Required (column must exist; each row must have a valid value):
name, category, global_region

Optional (blank cells use defaults shown):
alt_name, common_name, description, local_distribution, cares_family (default: UDF), iucn_red_list (default: UN), cares_classification (default: NOTC)

{% csrf_token %} {{ form.as_p }} Cancel
{% endblock content %}