{{form_actions.do_action_string(class_='form-control', value=each_action.do_action_string, **{'title':_('Command to execute')})}}
{{form_actions.do_output_state(class_='form-control', value=each_action.do_output_state, **{'title':_('The user to execute the command')})}}
{{function_action_info[each_action.action_type]["name"]}}: {{function_action_info[each_action.action_type]["description"]}}
self.run_action("{{"{" + each_action.unique_id.split('-')[0] + "}"}}") {{_('will execute only this action. self.run_all_actions() will execute all actions sequentially.')}}