{% extends "base.html" %} {% block title %}Monthly Show & Tell Contest - Five Cities Orchid Society{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

🌿 Monthly Show & Tell Contest

Vote for your favorite orchids! Members submit up to 5 plants each month.

Categories: Species • Hybrids • Cattleyas • Intergenerics

{{ period.month_name }} {{ period.year }} Contest

{{ stats.total_entries }} entries • {{ stats.total_votes }} votes

{% if period.is_active %} ⏰ Deadline: {{ period.deadline_str }} {% else %} 🔒 Submission Closed {% endif %}
Submit Entry
{{ stats.total_entries }}
Total Entries
{{ stats.total_votes }}
Total Votes
{{ stats.total_members }}
Participating Members
{{ categories|length }}
Categories
{% for category in categories %} {% endfor %}
{% for category in categories %}

{{ category }} Category

{{ stats.category_breakdown[category].approved_entries }} entries
{% set category_entries = leaderboard[category] %} {% if category_entries %}

Top Entries - {{ category }}

{% for entry in category_entries[:5] %}
{% if loop.index <= 3 %} {{ ['🥇', '🥈', '🥉'][loop.index - 1] }} {% else %} {{ loop.index }} {% endif %}
{{ entry.orchid_name }}
{{ entry.caption[:80] }}{% if entry.caption|length > 80 %}...{% endif %}
{{ entry.vote_count }} votes
{% endfor %}
{% else %}

No Entries Yet

Be the first to submit an orchid in the {{ category }} category!

{% if period.is_active %} Submit Entry {% endif %}
{% endif %}
{% endfor %} {% if period.is_active %}

Join the Contest!

FCOS members can submit up to 5 currently blooming orchids. All visitors can vote for their favorites in each category.

{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}