Trainers Details
Welcome to Fitness IQ
{{trainer_obj.full_name}}
{{trainer_obj.email}}
Name
{{trainer_obj.full_name}}
Gender
{% if trainer_obj.gender %} {{ trainer_obj.gender }} {% else %} N/A {% endif %}
Age
{% if trainer_obj.age %} {{ trainer_obj.age }} {% else %} N/A {% endif %}
Total Experience
{% if trainer_obj.total_experience %} {{ trainer_obj.total_experience }} years {% else %} N/A {% endif %}
Address
{% if trainer_obj.address %} {{ trainer_obj.address }} {% else %} N/A {% endif %}
Status
{% if trainer_obj.status %} Active {%else%} Inactive {% endif %}
Clients
Welcome to Fitness IQ
Clients
| Sr. No. | Client Name | Status | |
|---|---|---|---|
| {{ forloop.counter }} | {%if assessment.student__status%} | Active |
{%else%}
Not Active |
{%endif%}
No data found
{% endif %}