{% if hallData:%}
{% for row in hallData %} {% endfor %}
Hall id Hall Name Current Active Exit Counts Total Count
{{loop.index}} {{row.hall_name or ''}} {{row.entry_counts or '0'}} {{row.exit_counts or '0'}} {{row.total_count or '0'}}
{% else %}

No Data

{% endif %}