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

模板管理

{% if current_user.is_admin() %} 新建模板 {% endif %}
{% if current_user.is_admin() %}{% endif %} {% for t in templates %} {% if current_user.is_admin() %} {% endif %} {% else %} {% endfor %}
序号 模板名称 层数 审批角色 审批人员 创建时间操作
{{ loop.index }} {{ t.name }} {{ t.level }} {{ t.roles|join(' → ') }} {{ t.persons|join(' → ') }} {{ t.created_at }}
📭 暂无审批模板,请先创建
{% endblock %}