{% extends "nsclc/base.html" %} {% block title %} Patient|Oncogene mutation profiling {% endblock %} {% block content %}

Patient

病患姓名 病歷號碼 出生年月日 性別
{{ object.Patient.name }} {{ object.Patient.medical_records }} {{ object.Patient.birthday }} {{ object.Patient.get_gender_display }}

{% if form.errors %}

Form error!!! Not saved!!!

{% endif %}
{% csrf_token %} {{ form.as_table }}
{% if form.errors %}

Form error!!! Not saved!!!

{% endif %} {% endblock %}