{## # ____file_title____ #}{% set fieldLabel = this.getFieldLabel() %}<span class="input-field-wrapper {{ this.getWrapperClass() }}"> {{ this.displayCommentedData(this.getCommentedData()) }} {% if fieldLabel %} <label> <input{{ this.getAttributesCode()|raw }} /> <span{% if this.isFieldLabelHidden() %} class="visually-hidden"{% endif %}>{{ fieldLabel }}</span> </label> {% else %} <input{{ this.getAttributesCode()|raw }} /> {% endif %}</span>