{% extends "global/Page.html" %} {% load otree %} {% block title %}Title{% endblock %} {% block content %} {% if res == 3 %}

You are healthy {{ res }}.

{% else %}

You are unhealthy {% endif %} {% next_button %} {% endblock %}