{% extends "execution/study_base.html" %} {% load i18n django_bootstrap5 %} {% block title %}{% translate 'Export' %} · {{ block.super }}{% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% bootstrap_field form.domain %}
{% endblock %}