0 %}aria-describedby="{{ id }}-helptext"{% endif %} {% if placeholder|length > 0 %}placeholder="{{ placeholder }}"{% endif %} {% if inputmask|length > 0 %}data-inputmask="'{{ inputmask.type }}': '{{ inputmask.mask }}'"{% endif %} {% if required %}required="required"{% endif %} {% if readonly %}readonly="readonly"{% endif %} {% if disabled %}disabled="disabled"{% endif %} {% for attribute in attributes %}{{ attribute.attr }}="{{ attribute.value }}"{% endfor %}> {% if helptext|length > 0 %} {{ helptext }} {% endif %}