{% if plant.picture %} {% else %} {% endif %} {{ plant.name }} {% if plant.climate %} {% if plant.climate.icon %}{% endif %} {{ plant.climate.name }} {{ plant.climate.description }} {% endif %} {% if plant.environment %} {% if plant.environment.icon %}{% endif %} {{ plant.environment.name }} {{ plant.environment.description }} {% endif %} {% if plant.light %} {% if plant.light.icon %}{% endif %} {{ plant.light.name }} {{ plant.light.description }} {% endif %} {% if plant.toxicity %} {% if plant.toxicity.icon %}{% endif %} {{ plant.toxicity.name }} {{ plant.toxicity.description }} {% endif %} {% if plant.size %} {% if plant.size.icon %}{% endif %} {{ plant.size.name }} {{ plant.size.description }} {% endif %} {% if plant.care_difficulty %} {% if plant.care_difficulty.icon %}{% endif %} {{ plant.care_difficulty.name }} {{ plant.care_difficulty.description }} {% endif %} {% if plant.growth_rate %} {% if plant.growth_rate.icon %}{% endif %} {{ plant.growth_rate.name }} {{ plant.growth_rate.description }} {% endif %} {{ plant.description|safe }} {% if plant.care_guide or products %} Care Guide {{ plant.care_guide|safe }} {% if products %} Recommended Products {% for product in products %} {{ product.name }} {% endfor %} {% endif %} {% endif %} Added on 🌱 View Similar Plants ← Back to Home