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

{{ title }}

{{ members_info.description }}

Features
    {% for feature in members_info.features %}
  • {{ feature }}
  • {% endfor %}
Photo Types
    {% for type in members_info.photo_types %}
  • {{ type }}
  • {% endfor %}
Community

Passionate orchid enthusiasts sharing their growing journey with fellow society members.

Collection

{{ orchids.total }} member photos

Society collection
{% if orchids.items %}
{% for orchid in orchids.items %}
{% if orchid.google_drive_id %} {{ orchid.display_name }} {% else %} {{ orchid.display_name }} {% endif %} Member
{{ orchid.display_name }}
{% if orchid.scientific_name %}

{{ orchid.scientific_name }}

{% endif %}

Member collection

{% if orchid.photographer and orchid.photographer != 'FCOS Collection' %}

Photo by {{ orchid.photographer }}

{% endif %} {% if orchid.region %}

{{ orchid.region }}

{% endif %} {% if orchid.growth_habit %}

{{ orchid.growth_habit }}

{% endif %}
{% endfor %}
{% if orchids.pages > 1 %}
{% endif %} {% else %}
No member orchids found

Members can submit their orchid photos to be featured in this gallery.

View All Orchids
{% endif %}
Share Your Orchids

Society members can submit their orchid photos to be featured in this gallery. Show off your growing achievements and inspire fellow orchid enthusiasts!

Submit Photos Contact Us
{% endblock %}