{%include "header.html"%} {% load static %} {% load custom_filters %}
user-profile
{{student_list.first_name}} {{student_list.last_name}}
{{student_list.first_name}} {{student_list.last_name}}

{{student_list.email}}

{{student_list.mobile}}

{{student_list.whatsapp_number}}

Total Orders

{{all_sales|length}}

Batches

{{all_batches|length}}

Logins

{{logins|length}}

{% for batch in all_batches %} {%endfor%}
Sr.No Batch Name Course Status Created On Action
{{forloop.counter}}
{{batch.batch.batch_name}}
{{batch.course.course_name}}
{% if batch.batch.status == "Active" %} {{batch.batch.status}} {% else %} {{batch.batch.status}} {% endif %}
{{batch.batch.updated_at|date:"d/m/Y"}}
Remove Batch
{% for login in logins %} {% endfor %}
Sr.No. Student Name Device Ip Device Name Lectures Assigned By Last Modified Action
{{forloop.counter}}
{{login.student.first_name}}  {{login.student.last_name}}
{{login.device_ip}}
{{login.device_type}} {{login.device_name}}
{% if login.is_lecture != 0 %} Allowed {% else %} Not Allowed {% endif %} {% if login.is_admin != 0 %} Admin {% endif %}
{{login.created_at|date:"d/m/Y"}}
{% for sales in all_sales %} {% endfor %}
Sr.No. Order Id Course Price Payment Method Created At
{{forloop.counter}}
{{sales.order_price}}
{{sales.payment_method}}
{{sales.created_at|date:"d/m/Y"}}
{% for item in lecture_wise_attendance %} {% empty %} {% endfor %}
Sr.No Lecture Title Lecture Date Attendance Join Time Leave Time Duration
{{ forloop.counter }}
{{ item.lecture.title }}
{{ item.lecture.lacture_date|date:"d/m/Y" }}
{% if item.status == "Present" %} Present {% else %} Absent {% endif %} {% if item.join_time %} {{ item.join_time|date:"d/m/Y, h:i A" }} {% else %} - {% endif %} {% if item.leave_time %} {{ item.leave_time|date:"d/m/Y, h:i A" }} {% else %} - {% endif %} {% if item.duration %} {{ item.duration }} {% else %} - {% endif %}
No lectures found
{% for exam_stat in area_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at|date:"d/m/Y"}} View Solution

View Analysis

Reset Test
{% for exam_stat in section_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at|date:"d/m/Y"}} View Solution

View Analysis

Reset Test
{% for exam_stat in full_wise_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at|date:"d/m/Y"}} View Solution

View Analysis

Reset Test
{% for exam_stat in advance_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at|date:"d/m/Y"}} View Solution

View Analysis

Reset Test
{% for exam_stat in pyq_stats %} {% endfor %}
Sr.No Mock Title Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Percentile Rank Overall MPM Attempted Date Action
{{forloop.counter}} {{exam_stat.mock_test__mock_title}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{ exam_stat.time_taken|seconds_to_hms }} {{exam_stat.right_accuracy}} {{exam_stat.percentile}} {{exam_stat.rank}} {{exam_stat.marks_per_minute}} {{exam_stat.created_at|date:"d/m/Y"}} View Solution

View Analysis

Reset Test
{% for d in daily_tests %} {% endfor %}
Date Test Score Accuracy
{{d.date|date:"d/m/Y"}} {{d.title}} {{d.score}} {{d.accuracy}}
{% for row in student_activities %} {% empty %} {% endfor %}
# Exam Preparing For Activity Date
{{forloop.counter}} {{row.exam}} {{row.activity}} {{row.date|date:"d/m/Y"}}
No Records Found
{%include "sidebar.html"%}
{%include "footer.html"%}