{% extends "execution/study_base.html" %} {% load i18n bootstrap5 %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.pseudonym %}
{% endblock %}