{% for field in fields %} {% endfor %} {% if documents.length %} {% for row in documents %} {% for field in fields %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ field.name }} {% if field.populated %} (POPULATED) {% endif %}
{% if field.ref %} {% if field.populated %} {{ row|jsonpath(field.name)|json_encode }} {% else %} {{ row|jsonpath(field.name) }} {% endif %} {% elseif field.type=="Date" %} {{ row|jsonpath(field.name)|date('Y-m-d H:i:s') }} {% else %} {{ row|jsonpath(field.name) }} {% endif %}
No results found