{% extends "global/SimplePage.html" %} {% load otree %} {% block title %} Covid-19 News {% endblock %} {% block content %}
{% if player.f_news %} image1 {% else %} image2 {% endif %}
{% formfield player.Plausibility %} {% formfield player.Familiarity %} {% formfield player.Importance %} {% formfield player.Worryingness %}
{% include "global/ButtonNext.html" with button_text="Next" %} {% endblock %}