templates/includes/form/partials/form-control-help-text.html.twig line 1

Open in your IDE?
  1. {% if helpText|default('') %}
  2.     <div id="{{ id }}-help-block" class="form-text text-muted">
  3.         {{ helpText }}
  4.     </div>
  5. {% endif %}