{% extends "index.html" %} {% block title %}Panel studenta{% endblock %} {% block content %}
power_settings_new
Panel studenta
Pytania studentów
    {% for question in questions %}
  • {{ question[3] }} thumb_up {{ question[4] }}
    {% if question[5] == 1 %}

    {{question[6]}}

    {% endif %}
  • {% endfor %}
{% endblock %} {%block script%} {%endblock%}