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