{% if fcbo_data : %} {% for row in fcbo_data : %} {{loop.index}} {{row.session_name or ''}} {{row.session_key or ''}} {{row.start_time or ''}} {{row.end_time or ''}} {% if row.is_active > 0 : %} {% else : %} {% endif %} {% endfor %} {% else : %} Record not exist. {% endif %}