{% extends "other_base.html" %} {% block title%}Book|COVID-19 Detector{% endblock %} {% block content %}
{% if doctor.has_avatar %} 头像 {% else %}
{{ doctor.username[0] }}
{% endif %}
{{ doctor.name }}

{{doctor.department}}

返回

{{doctor.about_me}}

该医生已开通在线咨询

{{doctor.location}} --传染科


{%for workday in actworkdays%}

{{ workday.date }}     上午

专家门诊    {{ workday.cost }}元

{% if workday.temp_morning > 0 %} {% else %} {% endif %}

{{ workday.date }}     下午

专家门诊    {{ workday.cost }}元

{% if workday.temp_afternoon > 0 %} {% else %} {% endif %}

{% endfor %}
{% endblock %}