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

{{exam.title}}

Jawaban tersimpan otomatis.
{% for q in questions %}
{{loop.index}}. {{q.question}}{% if q.image %}{% endif %}{% for o in ['a','b','c','d','e'] %}{% if q[o] %}{% endif %}{% endfor %}
{% endfor %}{% endblock %}