{% extends "base.html" %} {% block title %}Orchid of the Day Schedule - Admin{% endblock %} {% block content %}
Schedule orchids to appear at midnight daily
| Date | Orchid | Display ID | Country | Actions |
|---|---|---|---|---|
|
{{ orchid.scheduled_date.strftime('%m/%d/%Y') if orchid.scheduled_date }}
{% if orchid.scheduled_date == today %}
Today {% elif orchid.scheduled_date == tomorrow %} Tomorrow {% endif %} |
{{ orchid.approved_genus }} {{ orchid.approved_species }}
{% if orchid.approved_common_name %}
{{ orchid.approved_common_name }} {% endif %} |
{{ orchid.special_display_id }} | {% if orchid.approved_country %} {{ orchid.approved_country }} {% else %} Unknown {% endif %} |
Add orchids to the schedule to ensure consistent daily features.
No approved orchids available
Approve More Orchids