{% if hallData:%}
{% for row in hallData %} {% endfor %}
Session Name No. of Delegates Hall id Hall Name Date Man Hours
{{row.session_name or ''}} {{row.Unique_no_of_delegates or ''}} {{row.hall_id or ''}} {{row.hall_name or ''}} {{row.display_dt or ''}} [{{row.dt.strftime('%d-%B-%Y') or ''}}] {{row.man_hours}}
{% else %}

No Data

{% endif %}