{%include "header.html"%}
First Name | Last Name | 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 %} |