{% if assistant.avatar_path %} {{ assistant.title }} {% else %} OpenMentor {% endif %}

{{ assistant.title }}

{% if assistant.description %}

{{ assistant.description }}

{% else %}

填写班级和姓名即可开始对话。

{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %} {% if roster and roster.mode == 'strict' and roster.classes %}
老师已开启花名册校验:请从下拉中选择你的班级和姓名。
{% if assistant.share_mode == 'group' %}
小组模式:同班级填同一个组名的同学,会进入同一个共享对话
{% endif %}
{% elif roster and roster.mode == 'strict' %}
老师启用了花名册校验,但花名册中暂无学生数据。请联系老师在「班级花名册」中导入或添加学生后重试。
{% elif class_options %}
{% if class_options.has_grade_dim %}
{% else %}
{% endif %}
{% if assistant.share_mode == 'group' %}
小组模式:同班级填同一个组名的同学,会进入同一个共享对话
{% endif %}
{% else %}
{% if assistant.share_mode == 'group' %}
小组模式:同班级填同一个组名的同学,会进入同一个共享对话
{% endif %}
{% endif %}