{% extends "base.html" %} {#% load endless %#} {% load static %} {% block head %} {% comment %} {% endcomment %} {% endblock %} {% block topsection %} {% endblock %} {% block menu %}

事前審查案件

NTUH CyberKnife {% if user.is_authenticated %} {{ user.username }} 登出 {% else %} 登入 {% endif %} {% endblock %} {% block content %}
{% for w in waiting_list %} {% if w.ApplyDoctor %} {% else %} {% endif %} {% endfor %}
{{ datatable }}
{% endblock %}