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

راه‌های ارتباطی

{% if person_private_info.pic %} تصویر {% else %} تصویر پیش‌فرض {% endif %}
{% load custom_tags %}
{% text_section "شماره تماس پدر" person_private_info.father_phone%} {% text_section "شماره تماس مادر" person_private_info.mother_phone %} {% text_section "شماره تماس" person_private_info.phone %} {% text_section "ایمیل " person.user.email %}
{% for item in person_address %}
{% text_section "عنوان آدرس" item.typee %}
{% text_section "کد پستی" item.postal_code%} {% text_section "تلفن ثابت" item.tell%} {% text_section "لوکیشن" item.location %}
{% endfor %}
{%endblock%}