人事共享服务中心"码"上办
需求汇总
{% if current_user.is_authenticated %}
提交新需求
我的需求
{% if current_user.is_admin() %}
管理后台
{% endif %}
{{ current_user.dingtalk_name or current_user.username }}
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}