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

{% block title %}{% trans 'Welcome' %}{% endblock %}

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

{% trans 'Invalid entry; try again.' %}

{% endif %}

{% next_button %}
{% endblock %}