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