{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>bootstrap5/layout/help_text_and_errors.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% if help_text_inline and not error_text_inline %}\n    {% include &#x27;bootstrap5/layout/help_text.html&#x27; %}\n{% endif %}\n\n{% if error_text_inline %}\n    {% include &#x27;bootstrap5/layout/field_errors.html&#x27; %}\n{% else %}\n    {% include &#x27;bootstrap5/layout/field_errors_block.html&#x27; %}\n{% endif %}\n\n{% if not help_text_inline %}\n    {% include &#x27;bootstrap5/layout/help_text.html&#x27; %}\n{% endif %}\n</code>\n  </div>\n</div>\n"}