{% 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 %}

{{ 'This participant label was not found'|gettext }}

{% endif %}

{% next_button %}
{% endblock %}