| Name | Degree Level | Category |
|---|---|---|
| {{ student.name }} | {% if student.degree_type == '博士生' %} Ph.D. Student {% elif student.degree_type == '學士生' %} Undergraduate Student {% else %} Master's Student {% endif %} | {% if student.student_category == '在職生' %} In-Service {% elif student.student_category == '交換中' %} On Exchange {% else %} Regular {% endif %} |
Cannot move schedule date to earlier than today
{% else %}No presenter scheduled for this day
{% endif %} {% endif %}| Name | Degree Level | Category |
|---|---|---|
| {{ student.name }} | {% if student.degree_type == '博士生' %} Ph.D. Student {% elif student.degree_type == '學士生' %} Undergraduate Student {% else %} Master's Student {% endif %} | {% if student.student_category == '在職生' %} In-Service {% elif student.student_category == '交換中' %} On Exchange {% else %} Regular {% endif %} |
Cannot move schedule date to earlier than today
{% else %}No presenter scheduled for this day
{% endif %} {% endif %}