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

Potential Sales Report

Reset
{% for student in students %} {% empty %} {% endfor %}
Sr.No. Student Name Email Mobile No Exam Category Recent Activity Date Activity Type Registration Date
{{ students.start_index|add:forloop.counter0 }} {{ student.first_name }} {{ student.last_name }} {{ student.email }} {{ student.mobile }} {% if student.exam_category %} {{ student.exam_category.exam_category_name }} {% else %} - {% endif %} {% if student.latest_activity_date %} {{ student.latest_activity_date|date:"d/m/Y" }} {% else %} - {% endif %} {{ student.latest_activity_label|default:"-" }} {{ student.created_at|date:"d/m/Y" }}
No Potential Sales Found
{% include "sidebar.html"%}
a {% include "footer.html" %}