@if (label()) { }
@if (error()) { } @else if (hint()) {

{{ hint() }}

} @if (usedBy(); as targets) { @if (targets.length) {

@if (usedByLabel()) { {{ usedByLabel() }} } {{ targets.join(', ') }}

} }