Title*

@if (!title.valid && title.touched) {

You must enter a title.

}

Description*

@if (!description.valid && description.touched) {

You must enter a description. (min. 10 letters)

}

Due date*

@if (!date.valid && date.touched) {

You must enter a date.

} @if (dateInPast && date.valid) {

The date must be in the future

}

Prio