{%include "header.html"%}
home
Student Module
App Leads
Export
{% for student in student_list %} {% endfor %}
SR. No.
Name
Email
mobile
added date
Action
{{ forloop.counter }}
{{ student.first_name }} {{ student.last_name }}
{{ student.email }}
{{ student.mobile }}
{{ student.created_at }}
{% if student_list.has_previous %}
chevron_left
First
chevron_left
Prev
{% endif %}
{{ student_list.number }}
{% if student_list.has_next %}
Next
chevron_right
Last
chevron_right
{% endif %}
{%include "sidebar.html"%}
{%include "footer.html"%}
{% csrf_token %}
report_problem
Ohhh Snap!
are you sure you want to delete?
Delete
{% csrf_token %}
report_problem
Enter Remark
Block
Edit Student Module
{% csrf_token %}
First Name
Last Name
Email
Contact
Address
City
State
Pincode :
Save