{% if result and result.error %}

Oops!

{{ result.error }}

{% else %}
{% if result and result.badge_earned %}
New Badge Earned!

Your philosophy badge has been added to your member profile!

{% endif %}
{% if result and result.philosophy_data %}
{% if result.philosophy_data.badge_link %} {{ result.philosophy }} Badge {% else %} 🌺 {% endif %}

{{ result.philosophy }}

Your Orchid Philosophy

{{ result.philosophy_data.life_philosophy }}

{% else %}

🌺 Philosophy Discovered!

Your orchid growing philosophy has been revealed.

{% endif %}
{% if result and result.philosophy_data %}

Your Growing Style

{{ result.philosophy_data.orchid_reflection }}

Your Haiku

{{ result.philosophy_data.haiku }}

Practical Wisdom

{{ result.philosophy_data.practical }}

Science Insight

{{ result.philosophy_data.science }}

{% endif %}
{% endif %}