{% trans 'Name' %} | {% trans 'Type' %} | {% if show_function_fields %}{% trans 'Function' %} | {% endif %}{% trans 'Value' %} |
---|---|---|---|
{{ routine['item_param_name'][loop.index0] }} | {{ routine['item_param_type'][loop.index0] }} | {% if show_function_fields %}{% if params[loop.index0]['generator'] is not null %} {% else %} -- {% endif %} | {% endif %}
{% if routine['item_param_type'][loop.index0] in ['ENUM', 'SET'] %}
{% for value in routine['item_param_length_arr'][loop.index0] %}
{{ params[loop.parent.loop.index0]['htmlentities'][loop.index0] }}
{% endfor %} {% elseif routine['item_param_type'][loop.index0]|lower in params['no_support_types'] %} {% else %} {% endif %} |