{% extends "execution/base.html" %} {% load i18n bootstrap4 %} {% block title %}{{ study }} · {{ block.super }}{% endblock %} {% block content %}

{{ study }}

{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.pseudonym %}
{% endblock %}