{% extends 'base.html' %} {% block content %} {% include 'classroom/students/_header.html' with active='new' %}
{% for quiz in quizzes %} {% empty %} {% endfor %}
Quiz Subject Length
{{ quiz.name }} {{ quiz.subject.get_html_badge }} {{ quiz.questions_count }} questions Start quiz
No quiz matching your interests right now.
{% endblock %}