Active Conference Count : {{active_conf_count}}

{% for row in conference_data | sort(attribute='day_different') %} {% if row.day_different and int(row.day_different) > 0 : %} {% else : %} {% endif %} {% endfor %}
S.No Conf Name Conference Start Date Conference End Date Registration Count No. of days for conference
{% if in_active_conf_count <= loop.index and (loop.index-in_active_conf_count) > 0: %} {{ loop.index-in_active_conf_count }} {% else: %} {% endif %} {{row.conf_name or '' }} {{row.conf_start_time or '' }} {{row.conf_end_time or '' }} {{row.reg_count or '' }} {% if row.day_different and int(row.day_different) > 0 : %} {{row.day_different or '' }} {% else: %} End on
{{row.conf_end_time or '' }} {% endif %}