{% 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 }}
{{ question.option_a }}
{{ question.option_b }}
{{ question.option_c }}
{{ question.option_d }}
{% endfor %}
Discover My Philosophy
{% endif %}