{% extends 'quiz/base.html' %} {% load static %} {% block css %} {% endblock %} {% block content %} {% include 'quiz/_header.html' with active='new' %}

Subjects:{% for subject in user.student.interests.all %} {{ subject.get_html_badge }}{% endfor %} (update interests) | Add Quizzes

{% for quiz in quizzes %} {% empty %} {% endfor %}
Quiz Subject Questions
{{ quiz.name }} {{ quiz.subject.get_html_badge }} {{ quiz.questions_count }} Start quiz
No quiz matching your interests right now.
{% endblock %} {% block js %} {% endblock %}