{% extends 'base.html' %} {% block title %}Quizzes related to {{ category.category }}{% endblock %} {% block content %}

Quizzes in the {{ category.category }} category

{% with object_list as quizzes %} {% if quizzes %} {% else %}

There are no quizzes

{% endif %} {% endwith %} {% endblock %}