<label class="form-control-label {{ labelModifier|default('') }}" for="{{ id }}">
{{ label }}
{% if required|default(false) %}
{% if not noRequireHelper | default(false) %}
<span title="{{ 'sr.Pflichtfeld'|trans }}" aria-label="{{ 'sr.Pflichtfeld'|trans }}">*</span>
{% endif %}
{% endif %}
</label>