@model PlanTempus.Application.Features.Services.Components.ServiceDetailHeaderViewModel @Model.Name @if (Model.Tags.Any()) { @foreach (var tag in Model.Tags) { @tag.Text } } @Model.StatusText @Model.DurationRange @Model.LabelDuration @Model.FromPrice @Model.LabelFromPrice @Model.EmployeeCount @Model.LabelEmployees @Model.BookingsThisYear @Model.LabelBookingsThisYear