{#
#} {#
#} {# #} {# #} {#
#} {#
#} {#{% extends "base.html" %}#} {#{% load rest_framework %}#} {##} {#{% block title %}{{ test.name }} - Edytuj{% endblock %}#} {##} {#{% block additional_head %}#} {# #} {#{% endblock %}#} {##} {#{% block content %}#} {#
#} {#
#} {##} {# {% for question in test.questions.all %}#} {#
#} {#
#} {# #} {# #} {#
#} {# {% for answer in question.answers.all %}#} {#
#} {# #} {# #} {#
#} {# {% endfor %}#} {#
#} {# #} {# #} {#
#} {#
#} {# {% endfor %}#} {#
#} {# #} {# Dodaj pytanie#} {# Usun pytanie#} {#
#} {#
#} {#
#} {#{% endblock %}#} {##} {% extends "base.html" %} {% load rest_framework %} {% block title %}{{ test.name }}{% endblock %} {% block additional_head %} {% endblock %} {% block content %}
{% for question in test.questions.all %}
{{ question.description }}
{% for answer in question.answers.all %} {% endfor %}
{% endfor %}
{% endblock %}