{% extends "base.html" %} {% block title %}Orchid Comparison System | Five Cities Orchid Society{% endblock %} {% block content %}

Orchid Comparison System

Compare orchid specimens side-by-side with detailed analysis

{% if candidates %}

Research-Ready Orchid Groups

{% for candidate in candidates %}
{{ candidate.name }}

Research Score: {{ candidate.research_score }}

📊 {{ candidate.specimen_count }} specimens
📸 {{ candidate.photos_count }} with photos
👥 {{ candidate.photographers_count }} different growers
🔬 {{ candidate.scientific_names_count }} with scientific names

Compare Specimens
{% endfor %}
{% else %}

No Comparison Candidates Available

Comparison groups will appear here when we have multiple specimens of the same orchid species.

{% endif %}
{% endblock %}