{ {% if areasPesca|length > 0 %} "results": [ {% for areaPesca in areasPesca %} { "id" : "{{ areaPesca.id }}", "nome": "{{ areaPesca.nome }}", "blocos" : "{{ areaPesca.blocos }}" }{% if not loop.last %},{% endif %} {% endfor %} ], "status": "OK" {% else %} "status": "ZERO_RESULTS" {% endif %} }