{% extends "global/Page.html" %} {% load otree %} {% block title %}Title{% endblock %} {% block content %}
Your name is {{player.name}} and your opinion is that I should{% if not player.hired %} not {% endif %} be hired.
{% next_button %} {% endblock %}