{% extends "base.html" %} {% block title %}NeetPrep Incorrect Questions{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if neetprep_enabled %}
NeetPrep Sync

{{ unclassified_count }} unclassified
{% else %}
{% endif %}
Filter by Subject
Question Source
{% if neetprep_enabled %} {% endif %}
{% if available_tags %}
Filter by Tags
{% for tag in available_tags %} {% endfor %}
{% endif %}
Quick Actions
{% if neetprep_enabled %} {% endif %}
Select Topics
{% if topics %}
0 / {{ topics|length }} selected
{% endif %}
{% if neetprep_enabled %}{% endif %} {% if topics %} {% for item in topics %} {% if neetprep_enabled %}{% endif %} {% endfor %} {% else %} {% endif %}
# TopicNeetPrepMy Qs
{{ loop.index }} {{ item.topic }}{{ item.neetprep_count }}{{ item.my_questions_count }}
{% if neetprep_enabled %} No topics found. Sync with NeetPrep to fetch questions. {% else %} No classified topics found. {% endif %}
{% endblock %} {% block scripts %} {% endblock %}