{% extends 'base_structure/layout/base_template.html' %} {% load static %} {% block stylesheet %} {% include "cdn_through_html/datatable_cdn_css.html" %} {% include "cdn_through_html/animate_cdn_css.html" %} {% include "cdn_through_html/modal_cdn_css.html" %} {% include "cdn_through_html/tabs_cdn_css.html" %} {% include "cdn_through_html/switches_cdn_css.html" %} {% include "cdn_through_html/sweetalert2_cdn_css.html" %} {% endblock %} {% block content %}
{% comment %} {% endcomment %} {% comment %} Add Category {% endcomment %}

Name :

Email ID :

Gender :

DOB :

{{obj.first_name}}

{{obj.email}}

{{obj.gender}}

{{obj.date_of_birth}}

Weigth:

Ethnicity:

Height:

{{obj.health_data_principal.weight}} kg

{{obj.health_data_principal.ethenicity}}

{{obj.health_data_principal.height}} cm


How frequently do you eat in a day?

{{obj.health_data_principal.eat_frequency}}

How do you rate your overall gastrointestinal functions?

{{obj.health_data_principal.gastrointestinal_health}}

How much sleep do you take daily?

{{obj.health_data_principal.sleep_duration}}

How frequently do you engage in physical activities?

{{obj.health_data_principal.exercise_frequency}}

User Intolerances?

{{ obj.intolerance_data.0.name }}

For how long have you been experiencing this intolerance?

{{ obj.intolerance_data.0.duration }}
View more

User Symptoms?

{{ obj.symptoms_data.0.name }}

For how long have you been experiencing these symptoms?

{{ obj.symptoms_data.0.duration }}
View more

User Past Treatment Name?

{{ obj.pasttreatment_data.0.name }}

When did you undergo this treatment?

{{ obj.pasttreatment_data.0.duration }}
View more

User Chronic conditions/diseases Name?

{{ obj.chronic_data.0 }}

For how long have you been experiencing this diseases?

{{ obj.chronic_data.0 }}
View more
{% endblock content %} {% block javascript %} {% include "cdn_through_html/datatable_cdn_js.html" %} {% include "cdn_through_html/datatable_button_cdn_js.html" %} {% include "cdn_through_html/sweetalert2_cdn_js.html" %} {% endblock %}