{% extends "execution/participation_base.html" %} {% load i18n bootstrap4 %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.news_interest %} {% bootstrap_field form.was_reliable %} {% bootstrap_field form.assigned_conductor %} {% if study.executiontag_set.exists %}
{{ form.execution_tags.label }} {% for value, label in form.execution_tags.field.choices %} {% endfor %} {% translate 'Manage tags' %}
{% endif %}
{% endblock %}