{% if existing_philosophy %}

🌺 Your Philosophy: {{ existing_philosophy.badge_name }}

{{ existing_philosophy.description }}

Earned: {{ existing_philosophy.earned_date[:10] }}
Retake the quiz to explore different perspectives!
{% endif %}

🌿 Orchid Philosophy Quiz

Discover Your Growing Style

Member exclusive widget

{% if error %}

{{ error }}

Please try again later or contact support.
{% else %}
{% for question in questions %}
{{ loop.index }}. {{ question.question }}
{% endfor %}
{% endif %}