{% extends 'assistant/base.html' %} {% load static %} {% load i18n %} {% block sidebar.dashboard %} {% endblock %} {% block sidebar.patients %} {% endblock %} {% block sidebar.appointments %} {% endblock %} {% block sidebar.diets %} class="active" {% endblock %} {% block content %}

{% trans "جدول غذایی" %} - {{ patient.profile.first_name }} {{ patient.profile.last_name }}

{% trans "شماره" %} {% trans "صبحانه" %} {% trans "ناهار" %} {% trans "شام" %} {% trans "اسنک اول" %} {% trans "اسنک دوم" %} {% trans "جمع کل" %}
{% trans "یک" %}
{% trans "دو" %}
{% trans "سه" %}
{% trans "چهار" %}
{% trans "پنج" %}
{% trans "شش" %}
{% trans "هفت" %}

{% trans "اطلاعات کارت" %}



{#
#} {# #} {# #} {# #} {# #} {#
#}

{% for disease in diseases_list %} {{ disease }} {% endfor %}

{% trans "یادداشت های من" %}

    {% for note in medical_notes %}
  • {{ note.text|safe }}
    {{ note.time }}, [{{ note.writer_name }}]
  • {% endfor %}

{% trans "سوالات و پاسخ‌ها" %}


{% for q, a in qanda %}
{{ q }}

{{ a }}

{% endfor %}

{% trans "لیست غذا ها" %}


{#
#} {# #} {# #} {# #} {# #} {#
#} {#
#} {# #} {# #} {# #} {# #} {#
#}
{% endblock %} {% block script %} {# ---------------------- save and load template ------------------ #} {# ---------------------- show every card nutrients ------------------ #} {# ---------------------- toggle elements ------------------ #} {# ---------------------- filter cards (calorie range) & (tags) & show foods in cards ------------------ #} {# ---------------------- show or collapse the table rows ------------------ #} {% endblock %}