{% extends "Support/base.html" %} {% load static %} {% block title %} اطلاعات بیمار {% endblock %} {% block header.css %} {% endblock %} {% block body.content %}

{{ message }}


نام

{{ profile.first_name }}

نام خانوادگی

{{ profile.last_name }}

شماره تماس

{{ user.phone_number }}

سال تولد

{{ profile.birth_date.year }}

سال تشخیص دیابت

{{ profile.detection_year }}

نوع دیابت

{{ profile.diabetes_type }}

جنسیت

{% if profile.gender %}
زن
{% else %}
مرد
{% endif %}

وزن

{{ profile.weight }}

قد

{{ profile.height }}

کد کاربر

{{ profile.user_code }}

کد معرف

{{ profile.intro_code }}

نوع دستگاه

{{ profile.device_type }}

قندخون بالا

{{ profile.maximum_sugar }}

قندخون پایین

{{ profile.minimum_sugar }}

تنظیمات خاص

{{ profile.user_setting }}

هایپر

{{ profile.hyper }}

هایپو

{{ profile.hypo }}

تناسب قد و وزن

{{ profile.weight_state }}

حساسیت انسولینی

{{ profile.insulin_sensitivity }}

نوع درمان

{% if profile.type_of_treatment is 0 %}
دارو
{% elif profile.type_of_treatment is 1 %}
انسولین
{% elif profile.type_of_treatment is 2 %}
از پیش ترکیب
{% else %}
چند روش همزمان
{% endif %}

قرص ها

{% for pill in pills %}
{{ pill }}
{% endfor %}

انسولین کوتاه اثر

{{ short_act_ins}}

انسولین بلند اثر

{{ long_act_ins }}

یا از پیش ترکیبیGLP1

{{ glp1 }}

کالری مورد نیاز

{{ profile.CR }}

نرخ انسولین

{{ profile.Carb_rate }}

کربوهیدات مورد نیاز روزانه

{{ profile.Carbohydrates_g }}

پروتئین مورد نیاز روزانه

{{ profile.Protein_g }}

email

{{ profile.email }}

چربی مورد نیاز روزانه

{{ profile.Fat_g }}

{% endblock %} {% block scripts.other %} {% endblock %}