#i18n{workflow.manage_workflow.title}

<@combo name="is_enabled" items=active_list default_value=active_selected />   #i18n{workflow.manage_workflow.label_workgroup} : <@combo name="workgroup" items=user_workgroup_list default_value=user_workgroup_selected />  

<@pagination paginator=paginator /> #i18n{workflow.manage_workflow.label_items_per_page} :
<#list workflow_list as workflow>
#i18n{workflow.manage_workflow.row_name} #i18n{workflow.manage_workflow.row_state} #i18n{workflow.manage_workflow.row_actions}
${workflow.name} <#if workflow.enabled> <#else> #i18n{workflow.manage_workflow.title_modify} #i18n{workflow.manage_workflow.title_delete} <#if workflow.enabled> #i18n{workflow.manage_workflow.title_disable} <#else> #i18n{workflow.manage_workflow.title_enable}