{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>bootstrap5/layout/help_text.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% if field.help_text %}\n    {% if help_text_inline %}\n        &lt;span id=&quot;hint_{{ field.auto_id }}&quot; class=&quot;form-text&quot;&gt;{{ field.help_text|safe}}&lt;/span&gt;\n    {% else %}\n        &lt;div id=&quot;hint_{{ field.auto_id }}&quot; class=&quot;form-text&quot;&gt;{{ field.help_text|safe }}&lt;/div&gt;\n    {% endif %}\n{% endif %}\n</code>\n  </div>\n</div>\n"}