Account models

@if (canManageModels | async) { Add model }
@for (zone of models | async; track zone.zone.id) {
{{ zone.zone.title }}
Name Model Types @for (model of zone.models; track model.model_id) { {{ model.title }} {{ model.location }} {{ model.model_types?.join(', ') }} @if (canManageModels | async) { Menu Assign to Knowledge Boxes Delete } }
}