{% extends 'base.html' %} {% load i18n %} {% block title %}週會排程 - 1218 Lab{% endblock %} {% block content %}
| 學號 | 姓名 | 學位類別 | 身分類別 |
|---|---|---|---|
{% if user.is_authenticated %}{% endif %}
{{ student.student_id }}
|
{{ student.name }} | {% if student.degree_type == '博士生' %} 博士生 {% else %} 碩士生 {% endif %} | {% if student.student_category == '在職生' %} 在職生 {% elif student.student_category == '交換中' %} 交換中 {% else %} 一般生 {% endif %} |
當日無排定報告者 (可拖曳學生至此)
{% endif %}| 學號 | 姓名 | 學位類別 | 身分類別 |
|---|---|---|---|
{% if user.is_authenticated %}{% endif %}
{{ student.student_id }}
|
{{ student.name }} | {% if student.degree_type == '博士生' %} 博士生 {% else %} 碩士生 {% endif %} | {% if student.student_category == '在職生' %} 在職生 {% elif student.student_category == '交換中' %} 交換中 {% else %} 一般生 {% endif %} |
當日無排定報告者 (可拖曳學生至此)
{% endif %}| 學號 | 姓名 | 身份 / 規則 | 排定報告日期 (Mondays) | 應報告次數 |
|---|---|---|---|---|
{{ row.student.student_id }} |
{{ row.student.name }} | {{ row.rule_desc }} | {% if row.assigned_dates %} {% for d in row.assigned_dates %} {{ d }} {% endfor %} {% else %} 免報告 {% endif %} | {% if row.total_count > 0 %} {{ row.total_count }} 次 {% else %} 0 次 {% endif %} |
| 無在學學生資料 | ||||