{{ template_form.hidden_tag() }}
Please enter the email on which you received the link to this study:
{{template_form.username()}}
Please select the color scheme type of the code editor you are used to:
{% for btn in template_form.theme %}
{{btn}}
{{btn.label}}
{% endfor %}
{{template_form.submit()}}