{%include "header.html"%}

All Mock List

{% if mock_type != '2' %}
{% endif %}
{% if mock_type == '5' or mock_type == '3' or mock_type == '4' %}
{% endif %}
{% for mock_test in mock_test_list %} {% endfor %}
Sr.No. Mock Name Total Questions Total Marks Duration Status Promotional WhatsApp Last Modified Share Link Action
{{forloop.counter}}
{{mock_test.mock_title}}
{{mock_test.total_marks}}
{{mock_test.mock_duration}}
{{mock_test.status}}
{% if mock_test.send_promotional_message %} Yes {% else %} No {% endif %}
{{mock_test.created_at|date:"d/m/Y"}}
{%include "sidebar.html"%}
{%include "footer.html"%}