{% if oOciResult.postFields|is_array %}
{% for postFieldItemKey, postFieldItemVals in oOciResult.postFields %} {% for key, postFieldItemVal in postFieldItemVals %} {% if key == "0" %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% else %} {{ oOciResult.postFields }} {% endif %}