{{ get_hidden_inputs(db) }}
{{ ajax ? 'Routine parameters'|trans : routine['item_name'] }}
{% if not ajax %} {% endif %} {% if show_function_fields %} {% endif %} {% for i in 0..routine['item_num_params'] - 1 %} {% if show_function_fields %} {% endif %} {% endfor %}
{% trans 'Routine parameters' %}
{% trans 'Name' %} {% trans 'Type' %}{% trans 'Function' %}{% trans 'Value' %}
{{ routine['item_param_name'][loop.index0] }} {{ routine['item_param_type'][loop.index0] }} {% if params[loop.index0]['generator'] is not null %} {% else %} -- {% 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 %}
{% if not ajax %} {% else %} {% endif %}