Client Details

Welcome to Fitness IQ

user

{{user_obj.full_name}}

{{user_obj.email}}

Name

{{user_obj.full_name}}

Gender

{% if user_obj.gender %} {{user_obj.gender}} {% else %} N/A {% endif %}

Age

{% if user_obj.age %} {{user_obj.age}} {% else %} N/A {% endif %}

Weight

{% if user_obj.current_weight %} {{user_obj.current_weight}} {{user_obj.weight_unit}} {% else %} N/A {% endif %}

Height

{% if user_obj.current_height %} {{user_obj.current_height}} {{user_obj.height_unit}} {% else %} N/A {% endif %}

Focus Area

{% if user_obj.focus_area %} {{user_obj.focus_area}} {% else %} N/A {% endif %}

Main goal

{% if user_obj.main_goal %} {{user_obj.main_goal}} {% else %} N/A {% endif %}

Gender

{% if user_obj.gender %} {{user_obj.gender}} {% else %} N/A {% endif %}

Status

{% if user_obj.status %} Active {%else%} Inactive {% endif %}

{% comment %}

Top 5 Exercises

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

{% endcomment %}