Student Dashboard

{% if customer %}

學生儀表板

歡迎,{{ customer.first_name }}!以下是您的學習資源:

小一

{% if customer.tags contains 'P1_HW' %}

功課輔導班 - 小一

{% endif %} {% if customer.tags contains 'P1_CH' %}

中文專科 - 小一

{% endif %} {% if customer.tags contains 'P1_EN' %}

英文專科 - 小一

{% endif %} {% if customer.tags contains 'P1_MA' %}

數學專科 - 小一

{% endif %}

小二

{% if customer.tags contains 'P2_HW' %}

功課輔導班 - 小二

{% endif %} {% if customer.tags contains 'P2_CH' %}

中文專科 - 小二

{% endif %} {% if customer.tags contains 'P2_EN' %}

英文專科 - 小二

{% endif %} {% if customer.tags contains 'P2_MA' %}

數學專科 - 小二

{% endif %}

小三

{% if customer.tags contains 'P3_HW' %}

功課輔導班 - 小三

{% endif %} {% if customer.tags contains 'P3_CH' %}

中文專科 - 小三

{% endif %} {% if customer.tags contains 'P3_EN' %}

英文專科 - 小三

{% endif %} {% if customer.tags contains 'P3_MA' %}

數學專科 - 小三

{% endif %}

小四

{% if customer.tags contains 'P4_HW' %}

功課輔導班 - 小四

{% endif %} {% if customer.tags contains 'P4_CH' %}

中文專科 - 小四

{% endif %} {% if customer.tags contains 'P4_EN' %}

英文專科 - 小四

{% endif %} {% if customer.tags contains 'P4_MA' %}

數學專科 - 小四

{% endif %}

小五

{% if customer.tags contains 'P5_HW' %}

功課輔導班 - 小五

{% endif %} {% if customer.tags contains 'P5_CH' %}

中文專科 - 小五

{% endif %} {% if customer.tags contains 'P5_EN' %}

英文專科 - 小五

{% endif %} {% if customer.tags contains 'P5_MA' %}

數學專科 - 小五

{% endif %}

小六

{% if customer.tags contains 'P6_HW' %}

功課輔導班 - 小六

{% endif %} {% if customer.tags contains 'P6_CH' %}

中文專科 - 小六

{% endif %} {% if customer.tags contains 'P6_EN' %}

英文專科 - 小六

{% endif %} {% if customer.tags contains 'P6_MA' %}

數學專科 - 小六

{% endif %}

中一

{% if customer.tags contains 'S1_EN' %}

英文專科 - 中一

{% endif %} {% if customer.tags contains 'S1_MA' %}

數學專科 - 中一

{% endif %}

中二

{% if customer.tags contains 'S2_EN' %}

英文專科 - 中二

{% endif %} {% if customer.tags contains 'S2_MA' %}

數學專科 - 中二

{% endif %}

中三

{% if customer.tags contains 'S3_EN' %}

英文專科 - 中三

{% endif %} {% if customer.tags contains 'S3_MA' %}

數學專科 - 中三

{% endif %}

中四

{% if customer.tags contains 'S4_EN' %}

英文專科 - 中四

{% endif %} {% if customer.tags contains 'S4_MA' %}

數學專科 - 中四

{% endif %}

中五

{% if customer.tags contains 'S5_EN' %}

英文專科 - 中五

{% endif %} {% if customer.tags contains 'S5_MA' %}

數學專科 - 中五

{% endif %}

中六

{% if customer.tags contains 'S6_EN' %}

英文專科 - 中六

{% endif %} {% if customer.tags contains 'S6_MA' %}

數學專科 - 中六

{% endif %} {% else %}

請先登入

登入以存取您的學生儀表板。

{% endif %}