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

Not Enrolled Students

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