{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question 4 out of {{Constants.numPerQuizz}} {% endblock %} {% block content %} {{ if image_path == "no_graphic" }}

TEST

{{ else }} {{ endif }} {% formfield player.submitted_answer4 label=player.question4 %} {% next_button %} {% endblock %}