{% extends 'layout.html' %} {% block title %} Custom Form {% endblock %} {% block link %} {% endblock %} {% block content %}


Happy Index
{{ res4 }}

Name of Assessment :
{{ res8[1] }}

Description : {{ res8[2] }}

Congo   Congratulations! You've completed the SmileCheck assessment.
Assessment Analysis

Assessment Analysis

{% for key, value in res7.items() %}
wellbeing{{ value['average_score'] }}
{{ value['name'] }}
{{ value['description'] }}

{% for suggestion in value['suggestions_text'][0] %}

  Suggestion {{ loop.index }} : {{ suggestion }}

{% endfor %}
{% endfor %}
Remember, improving your happiness is a journey, and we're here to support you every step of the way.
Thank you for using SmileCheck.
We wish you all the best on your journey to greater happiness and wellbeing.
{% endblock %}