Del.No | Name | Email/Mobile | MCI No./State | Role | {% if total_conf_days : %} {% if total_conf_days == 1 : %}MC Attendance |
{% else : %}
{% set days_1 = total_conf_days +1 %}
{% for i in range(1 ,days_1 ) %}
MC Day {{ i }} Attendance |
{% endfor %}
{% endif %}
{% endif %}
---|---|---|---|---|---|---|
{% if r.counter: %} {{r.counter or '' }} - {% endif %} {% if r.batch : %} {{r.batch or '' }} - {% endif %} {{ r.delegate_no or '' }} |
{{r.full_name or '' }} | {{r.email or '' }} {% if r.mobile %} / {{ r.mobile or '' }} {% endif %} |
{{ r.state_name or '' }} | {{ r.role or '' }} | {% if total_conf_days : %} {% if total_conf_days == 1 : %}{% else : %} {% set days_1 = total_conf_days +1 %} {% for i in range(1 ,days_1 ) %} | {% endfor %} {% endif %} {% endif %} |