{# Single dynamic param: it can be different types of inputs #} {# It can be included from forms or tables. #} {# PARAMS: #} {# param: the param dict. #} {# value: the value of this param #} {# data_key: the key that will be used to store this value. #} {# row_values: defined if used in a table with all values for that row #} {% set row_values = row_values|default({}) %} {% set puck_id = row_values.get('puck_id', None) %}