{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Quiz Listing

Quiz Listing

Quiz List

{% for quiz in quiz_obj %} {% endfor %}
Id Question Action
{{quiz.id}} {{ quiz.question}}
{% if quiz_obj %}
{% endif %}
{% endblock %}