{% for fields_dictionary in nodeFields %}
{% if (loop.index0 > 0) or ((nodeFields | length) == 1) %} Generic Metadata {% endif %} {% if (loop.index0 == 0) and ((nodeFields | length) > 1) and 'operation' not in nodeType %} Scientific Metadata {% endif %} {% if (loop.index0 == 0) and ((nodeFields | length) > 1) and 'operation' in nodeType %} Summary Input Parameters {% endif %}
{% for field_key in (fields_dictionary.keys() | sort) %} {% set field_def = fields_dictionary[field_key] %} {% if field_def and not field_def.get('hidden')=='True' %}

{% if field_key != 'data_state' %} {% else %} {% endif %}

{% endif %} {% if field_def and field_def.get('hidden') == 'True' %} {% endif %} {% endfor %}
{% endfor %}