{% extends "base.html" %} {% block content %}

首页看板

欢迎回来,{{ current_user.real_name }}!

{% if trial_status and trial_status.trial %} {% if trial_status.expired %}
免费试用已结束({{ trial_status.start_date }} 至 {{ trial_status.end_date }})。请前往 激活页面 激活系统后继续使用。
{% else %}
正在免费试用中:剩余 {{ trial_status.remaining }} 天({{ trial_status.start_date }} 至 {{ trial_status.end_date }})。试用期内可正常使用全部功能,如需长期使用请购买并激活系统
{% endif %} {% endif %}
{{ stats.total }}
📊 总任务
{{ stats.pending }}
⏳ 待审批
{{ stats.approved }}
✅ 已通过
{{ stats.rejected }}
❌ 已驳回
发起新审批 查看所有任务 系统共 {{ stats.users }} 个用户,{{ stats.templates }} 个审批模板
待办审批 {{ stats.pending }}
{% for task in pending_tasks %} {% else %}{% endfor %}
标题申请人提交时间操作
{{ task.title }}{{ task.applicant }}{{ task.created_at }}查看
🎉 暂无待审批任务
{% endblock %}