{%include "header.html"%}

Lead Managment

{% for student in student_list %} {% endfor %}
First Name Last Name Email mobile address batch added date view block Action
{{ student.first_name }}
{{ student.last_name }}
{{ student.email }}
{{ student.mobile }}
{{ student.address }}
{{ student.batch_id }}
{{ student.created_at }}
view {% if student.status == "Active" %} Block {{student.status}} {% else %} UnBlock {{student.status}} {% endif %}
{% comment %} {% endcomment %}
{%include "sidebar.html"%}
{%include "footer.html"%}