{% set total = namespace(val=0) %} {% set is_active = namespace(val=0) %} {% set is_exist = namespace(val=0) %} {% if conf_id and conf_id|int == 55 : %} {% else : %} {% endif %}
logo logo
{% if scanned_data : %}{{ scanned_data[0].session_name}} {% endif %}
{% if hallData : %} {% for row in hallData : %} {% set total.val = (total.val|int + row.total|int) %} {% endfor %} {% else : %} {% endif %}
S NO ROLE SCANNED COUNT
{{loop.index}} {{row.role or ''}} {{ row.total}}
TOTAL COUNT {{ total.val }}
Record not exist.