{% extends "base.html" %} {% block title %}Trefle Ecosystem Enrichment - Admin{% endblock %} {% block content %}
Enrich orchid records with botanical ecosystem data from Trefle.io
Total Records
Enriched ({{ stats.enrichment_percentage }}%)
FCOS Enriched ({{ stats.fcos_enrichment_percentage }}%)
Processable Records
Total FCOS Records: {{ stats.fcos_total_records }}
Enriched: {{ stats.fcos_enriched_records }} ({{ stats.fcos_enrichment_percentage }}%)
Progress: {{ active_session.processed_records }} / {{ active_session.total_records }} records ({{ active_session.enriched_records }} enriched, {{ active_session.failed_records }} failed)
{% if active_session.estimated_completion %}Estimated completion: {{ active_session.estimated_completion }}
{% endif %}No enrichment sessions yet. Create your first session above!