Weight information for {{ user.name }}

Date
Weight
Additional Information
{% if login_user.id == user.id %}
Delete
{% endif %}

{% for weight_data in weight_datas %}
Question #{{ weight_data.question_no }}
{% if weight_data.question_no==1 %} We're excited to support you on your wellness journey. Could you let us know your starting weight so we can celebrate your progress together? {% elif weight_data.question_no==2 %} To help us tailor our program to your needs and track your progress, could you please share your current weight with us? {% elif weight_data.question_no==3 %} Your privacy is important to us. Please feel comfortable sharing your weight, which will help us provide you with the best personalized care. {% endif %}
{% if login_user.id == user.id %} {% else %} {{ weight_data.date_timestamp }} {% endif %}
{{ weight_data.weight }}
{% if weight_data.stickToBudget %}
{% if weight_data.reasonsForNo %} {% set reasons_list = weight_data.reasonsForNo.split(',') %} {% for reason in reasons_list %} {% if reason=='counting' %}
{% endif %} {% if reason=='unexpected' %}
{% endif %} {% if reason=='struggled' %}
{% endif %} {% if reason=='didnotPlan' %}
{% endif %} {% endfor %} {% endif %} {% if weight_data.stickToBudget=='yes' %}
{% endif %} {% if weight_data.stickToBudget=='notSure' %}
{% endif %} {% endif %}
{% if login_user.id == user.id %} {% endif %}
{% endfor %}

 


Back to Users