{% extends 'user_base.html' %} {% block title %}About | COVID-19 Detector {% endblock %} {% block specific_info %}

基本信息 (公开信息)

医生姓名:
{{ user.name }}
所属医院:
{{ user.location}}
所在科室:
感染科
职位:
{{ user.department }}
年龄:
{{ user.age }}
手机号码:
{%if user.phone%}
{{ user.phone}}
{%else%}
{{ user.phone}}
{%endif%}
个人简介:
{{ user.about_me }}
{% endblock %}