{% extends "base.html" %} {% block title %}Compare {{ data.species_name.title() }} Specimens - Orchid Continuum{% endblock %} {% block content %}
{{ data.specimen_count }} specimens • {{ data.with_photos|length }} with photos
Total Specimens
With Photos
Different Growers
Climate Types
Grower: {{ specimen.photographer }}
{% endif %} {% if specimen.ingestion_source %}Source: {{ specimen.ingestion_source }}
{% endif %} {% if specimen.climate_preference %}Climate: {{ specimen.climate_preference }}
{% endif %} {% if specimen.growth_habit %}Growth: {{ specimen.growth_habit }}
{% endif %} {% if specimen.bloom_time %}Bloom Time: {{ specimen.bloom_time }}
{% endif %} {% if specimen.ai_description %}AI Notes:
{{ specimen.ai_description[:100] }}...
{% endif %} View Details