{% extends "otree/Base.html" %} {% block body_main %}

{% block title %}{{ 'Welcome'|gettext }}{% endblock %}

{% if invalid_label %} {% comment %}Translators: If the user enters an invalid participant label{% endcomment %}

{{ 'Invalid entry; try again.'|gettext }}

{% endif %}

{% next_button %}
{% endblock %}