@model PlanTempus.Application.Features.Dashboard.Components.AttentionListViewModel @Model.Title @foreach (var attentionKey in Model.AttentionKeys) { @await Component.InvokeAsync("AttentionItem", attentionKey) }