{% extends "base.html" %} {% block title %}{{ theme_info.name }} - Five Cities Orchid Society{% endblock %} {% block content %}
Found {{ orchid_count }} orchids in this collection
{{ orchid.common_name }}
{% endif %} {% if orchid.location %}{{ orchid.location }}
{% endif %} {% if orchid.description %}{{ orchid.description[:100] }}{% if orchid.description|length > 100 %}...{% endif %}
{% endif %}