{{ formValue.metaModel.name | titlecase }}:
Not Priorized
@for (item of prioritizedLists.notPrioritizedItemList.list; track item) {
{{ getNameWithPriority(item) }}
}
Priorized
Priority {{ itemList.priority }}   {{ itemList.priority == 0 ? "(Max)" : "" }}{{ itemList.priority == prioritizedLists.prioritizedItemList.length - 1 ? "(Min)" : "" }}
@for (item of itemList.list; track item) {
{{ item.name }}
}