#i18n{workflow.manage_test_workflow.title}
<#if workflow_list?exists>
<#if workflow_list?exists> <@combo name="id_workflow" items=workflow_list default_value=workflow_selected />
<#if workflow_selected!=-1 > <#if test_resource_actions_list?has_content> <#list test_resource_actions_list as resource_actions>
#i18n{workflow.manage_test_workflow.row_resource_title} #i18n{workflow.manage_test_workflow.row_workflow_state} #i18n{workflow.manage_test_workflow.row_workflow_actions}
${resource_actions.resource.title} ${resource_actions.workflow_state.name} <#list resource_actions.workflow_action_list as action>
<#else> #i18n{workflow.manage_test_workflow.list_empty}
<#else> #i18n{workflow.manage_test_workflow.not_select_workflow}