{% include "header.html" %} {% load static %}

Selfprep Students

{% for row in rows %} {% empty %} {% endfor %}
# Name Contact Email Exam Preparing For Activity Date
{{forloop.counter}} {{row.name}} {{row.contact}} {{row.email}} {{row.exam}} {{row.activity}} {{row.date|date:"d/m/Y"}}
No Records Found
{% include "sidebar.html"%}
{% include "footer.html" %}