{% trans "اطلاعات پرونده ای " %}({{ patient.profile.first_name }} {{ patient.profile.last_name }})
{% if patient.phone_number %}{{ patient.phone_number }}
{% endif %}{% trans "Wellness scores" %}
{% trans "Your Microbiome Age" %}
{{ microbiome_analysis.microbiome_age }}
{% trans "Rejuvenated" %}{% trans "Your Microbiome Diversity" %}
{{ microbiome_analysis.microbiome_diversity }}
{% if microbiome_analysis.microbiome_diversity < 3 %}Low{% elif 3 <= microbiome_analysis.microbiome_diversity <= 7 %}Moderate{% else %}High{% endif %}{% trans "EXCELLENT" %}
{% trans "MODERATE" %}
{% trans "POOR" %}
{% trans "یادداشت های من" %}
-
{% for note in medical_notes %}
-
{{ note.text|safe }}
{{ note.time }}, [{{ note.writer_name }}]
{% endfor %}
{% trans "پیام روزانه" %}
-
{% for note in daily_notes %}
-
{{ note.text }}
{{ note.time }}, [{{ note.writer_name }}]
{% endfor %}
{% trans "نمودار وزن" %}
{% trans "گزارش خواب هفتگی" %}
-
{% for sleep in sleep_list %}
-
{% trans "روز" %}: {{ sleep.day }} ({{ sleep.date }}){% trans "ساعت شروع" %}: {{ sleep.start_time }}{% trans "مدت زمان خواب" %}: {{ sleep.duration }}
{% empty %}
-
{% trans "هیچ گزارش خوابی ثبت نشده است." %}
{% endfor %}
{% trans "ورزش ها" %}
-
{% for e in exercise %}
-
{% trans "فعالیت" %}: {{ e.activity.name }}{% trans "زمان شروع" %}: {{ e.start_date_time|date:"Y-m-d H:i" }}{% trans "زمان پایان" %}: {{ e.end_date_time|date:"Y-m-d H:i" }}{% trans "مدت زمان" %}: {% if e.hours > 0 %} {{ e.hours }} {% trans "ساعت" %} {% endif %} {% if e.minutes > 0 %} {{ e.minutes }} {% trans "دقیقه" %} {% endif %}{% trans "امتیاز" %}: {{ e.point }}{% trans "انرژی" %}: {{ e.energy }}
{% empty %}
-
{% trans "هیچ ورزشی ثبت نشده است." %}
{% endfor %}
{% trans "مصرف آب" %}
-
{% for w in water_logs %}
-
{% trans "زمان" %}: {{ w.time|date:"Y-m-d H:i" }}{% trans "مقدار" %}: {{ w.amount }} {% trans "لیوان" %}{% trans "امتیاز" %}: {{ w.point }}
{% empty %}
-
{% trans "هیچ مصرف آبی ثبت نشده است." %}
{% endfor %}
{% trans "غذاها" %}
{{ total_calorie }}
{{ total_carbohydrate }} /{{ Carbohydrates_to_use }}
{{ total_protein }} /{{ Protein_to_use }}
{{ total_fat }} /{{ Fat_to_use }}
{{ day_item.day_label }} - {{ day_item.date|date:"Y-m-d" }}
{{ meal_labels|default_if_none:meal_key }} :
{% for eat_record in records %}{{ eat_record.food.name }} - {{ eat_record.amount }} گرم
{% endfor %}