{% load static %} {% if cityInfo %} {% for city in cityInfo %} {{city.key}} {{city.value}} {% endfor %} {% for city1 in cityTotal %} {{city1.melbourne}} {{city1.sydney}} {{city1.adelaide}} {{city1.perth}} {{city1.brisbane}} {% endfor %} {{NswCount}} {{VicCount}} {{SaCount}} {% for cityOld in cityTotalOld %} {{cityOld.melbourne}} {{cityOld.sydney}} {{cityOld.adelaide}} {% endfor %} {%else%}
NO DATA {% endif %}