方兴智印
考勤系统
考勤首页
打卡
考勤记录
考勤统计
{% if current_user.is_authenticated and current_user.is_admin() %}
考勤规则
部门管理
用户管理
操作日志
{% endif %}
退出登录
{{ current_user.real_name }}
{{ current_user.role }}
{% if current_user.department %}
{{ current_user.department }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}