{% if hallData:%}
{% for row in hallData %} {% endfor %}
Hall Session name Man hours
{{row.hall_id}} / {{row.hall_name}} {{row.session_name}} {{row.man_hours}}
{% else %}

No Data

{% endif %}