warning
@if (data.length === 1) {

Are you sure you want to delete the template {{ data[0].name }}?

} @else {

Are you sure you want to delete the following templates?

    @for (template of data; track template.name) {
  • {{ template.name }}
  • }
}

This action cannot be undone.