{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% include 'profile/drawer.html' %}


لیست فرزندان

{% include 'profile/message.html' %}
{% for family in families %} {% for child in family.child.all %}
{{ child.user.first_name }} {{ child.user.last_name }}

عضو خانواده

مشاهده اطلاعات
{% endfor %} {% empty %}
{% endfor %}
{% endblock %}