{% extends "global/Page.html" %} {% load otree %} {{ block title }} {{ Lexicon.add_numbers_title }} {{ endblock }} {{ block content }} {% if LANGUAGE_CODE == "en" %}

Your current score is {{ current_score }}

{% elif LANGUAGE_CODE == "ja" %}

あなたの現在の得点は {{ current_score }}

{% elif LANGUAGE_CODE == "de" %}

Ihr aktueller Punktestand ist {{ current_score }}

{% elif LANGUAGE_CODE == "zh" %}

你当前的总得分是 {{ current_score }}

{% elif LANGUAGE_CODE == "it" %}

Il tuo punteggio attuale è di {{ current_score }}

{% elif LANGUAGE_CODE == "es" %}

Tu puntuación actual es {{ current_score }}

{% endif %} {{ number_1 }} + {{ number_2 }} + {{ number_3 }} + {{ number_4 }} + {{ number_5 }} = ? {{ formfields }} {{ next_button }} {{ endblock }}