{% set input_attrs = input.props %}
{% if input.required %} {{input.label or 'This field'}} is required {% endif %}