{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>bootstrap5/display_form.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% if form.form_html %}\n    {% if include_media %}{{ form.media }}{% endif %}\n    {% if form_show_errors %}\n        {% include &quot;bootstrap5/errors.html&quot; %}\n    {% endif %}\n    {{ form.form_html }}\n{% else %}\n    {% include &quot;bootstrap5/uni_form.html&quot; %}\n{% endif %}\n</code>\n  </div>\n</div>\n"}