{% extends "admin/change_form.html" %} {% load i18n static %} {% block after_field_sets %} {{ block.super }} {% if builder_payload %}

{% translate "Questions" %}

{% translate "Saving here publishes a NEW VERSION of this same form. Its public link does not change, and old responses stay readable under the schema they answered." %}

{% comment %} The shipped stapel-attributes editor, rendered with no value: it draws nothing and publishes the declarations + locale + message catalogues the builder reads. See FormAdmin.render_change_form. `{% comment %}`, not `{# ... #}`: Django's brace-hash comment is SINGLE-LINE only, so a multi-line one is not a comment at all and renders to the operator as literal braces and prose. {% endcomment %}
{{ attributes_probe }}
{{ builder_payload|json_script:"stapel-forms-builder-data" }} {% endif %} {% endblock %}