<@sys.workflow id=id><#assign a=object/>
<@t.page 'name'/>:
${(a.name)!}
<@t.page 'description'/>:
${(a.description)!}
<@t.page 'workflow'/>

<@t.page 'start'/>
<@sys.workflowStepList workflowId=id pageSize=100> <#list list as a>
${a.name}
<#if a.roleId?has_content> <@t.page 'role'/>:<@sys.role id=a.roleId;role>${role.name} <#elseif a.deptId?has_content> <@t.page 'dept'/>:<@sys.dept id=a.deptId;dept>${dept.name} <#elseif a.userId?has_content> <@t.page 'user'/>:<@sys.user id=a.userId;user>${user.nickname}

<@t.page 'end'/>