{% block styles %}{% endblock %}
{{ get_app_name() }}
{% if current_user.is_authenticated %}
AI 导师
导师广场
班级花名册
学情大屏
QuickForm
数据任务
导入任务
教程
{% endif %}
安装
{% if om_is_campus %}
校园版
{% else %}
个人版
{% endif %}
{% if request.cookies.get('om_lang') == 'zh-Hant' %} {# 简 用数字实体写,避免被出口简繁转换层转成「簡」 #}
简
{% else %}
繁
{% endif %}
{% if current_user.is_authenticated %}
{% endif %} {% if current_user.is_authenticated %}
{{ current_user.display_name or current_user.username }}
{% if om_is_campus_admin %}
账号管理
使用大屏
{% endif %}
移动控制台
掌上讲台 App 配对
设置
更新日志
退出登录
{% else %}
登录
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %} {% endblock %}
{% if current_user.is_authenticated %}
视频演示
列表
{% endif %} {% block scripts %} {% endblock %}