{% extends 'base.html' %} {% block content %}

My Quizzes

Add quiz
{% for quiz in quizzes %} {% empty %} {% endfor %}
Quiz Subject Questions Taken
{{ quiz.name }} {{ quiz.subject.get_html_badge }} {{ quiz.questions_count }} {{ quiz.taken_count }} View results
You haven't created any quiz yet.
{% endblock %}