Quiz Python

{% for p in pytania %}

{{ p.pytanie }}
{% set pnr = loop.index0 %} {% for o in p.odpowiedzi %}
{% endfor %}

{% endfor %}