Del.No | Name | Email/Mobile | Role | {% if total_conf_days : %} {% if total_conf_days == 1 : %}Signature | {% else : %} {% set days_1 = total_conf_days +1 %} {% for i in range(1 ,days_1 ) %}Day {{ i }} Signature |
{% 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.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 %} |