{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}

{% block title %}
    Understanding Question {{ num_q }} of {{ total_q }}
{% endblock %}

{% block content %}

    {% if num_q == 1 %}
        <p>
           {% formfield player.training_question_2 with label='Suppose you chose "Down" and the other individual chose "Center". How many points would you and the other individual receive, respectively?' %}
      {% endif %} 