{{form_actions.do_unique_id.label(class_='control-label')}}
{%- for each_lcd in lcd -%}
[{{'%02d' % each_lcd.id}}] {{each_lcd.name}}
{%- endfor -%}
{%- for each_func in function if each_func.device in dict_controllers and
"function_actions" in dict_controllers[each_func.device] and
"lcd_backlight_on" in dict_controllers[each_func.device]["function_actions"] -%}
[{{'%02d' % each_func.id}}] {{each_func.name}}
{%- endfor -%}
{{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.')}}