+
+
+
+{% block body %}
+
+{% for exercise in exercises %}
+ {% with 'wtem/exercises/'|add:exercise.type|add:'.html' as template_name %}
+ {% include template_name with exercise=exercise no=forloop.counter %}
+ {% endwith %}
+{% endfor %}
+
+
+<hr/>
+<button style="display: block; margin: auto;" id="submit_answers">WyĆlij moje odpowiedzi</button>
+
+{% endblock %}
\ No newline at end of file