{% extends 'hall_logs/hall_bolayout.html' %} {% block content %}

Delegate Report

{% if data: %}
{% for row in data %} {% endfor %}
Delegate No. Full Name Email/Mobile Man hours Total session
{{row.delegate_no}} {{row.full_name}} {{row.email or ''}} / {{row.mobile or ''}} {{row.man_hours or ''}} {{row.total_sessions or ''}}
{% else %}
No Data
{% endif %} {% endblock %} {% block bottomscript %} {% endblock %}