{% 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 %}

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

Recent Meal Record
View More
{% if not recent_meal %} {% else %} {% for record in recent_meal %} {% endfor %} {% endif %}
Sr no Date Time Meal Type

No meal has been added.

{{ forloop.counter }} {{ record.date }} {{ record.time }} {{ record.meal_type }}
Recent Medication Record
View More
{% if not recent_medication %} {% else %} {% for record in recent_medication %} {% endfor %} {% endif %}
Sr no Date Time

No medication has been added.

{{ forloop.counter }} {{ record.date }} {{ record.time }}
Recent Bowel Record
View More
{% if not recent_bowel %} {% else %} {% for record in recent_bowel %} {% endfor %} {% endif %}
Sr no Date Time Stool Type

No bowel has been added.

{{ forloop.counter }} {{ record.date }} {{ record.time }} {{ record.stool_type }}
Recent Symptoms Record
View More
{% if not recent_meal_symptom %} {% else %} {% for record in recent_meal_symptom %} {% endfor %} {% endif %}
Sr no Date Time

No symptoms has been added.

{{ forloop.counter }} {{ record.date }} {{ record.time }}
{% comment %}
{% endcomment %}
{% 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 %}