{% set form = form_function %}
{% set each_device = each_function %}
{% set dict_options = dict_controllers[each_function.device] %}
{% set unique_id = each_function.unique_id %}
{% set controller_type = "Function" %}
{% if 'enable_actions' in dict_options['options_enabled']%}
{{_('Actions')}}
{% set channel_options = false %}
{% set post_action = "/function" %}
{% for each_action in action if each_action.function_id == each_function.unique_id %}
{% include 'pages/actions.html' %}
{% endfor %}