{%include "header.html"%}

Student Module

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