@page "/Test" @using MP.MONO.UI.Data @inject CurrentDataService MMDataService @*

Test

h prec:
@if (ListRecords == null) { } else { @foreach (var record in ListRecords) { }
AlarmId Description
# Events
%
@record.AlarmId @record.AlarmDescription
@record.EventCount
@if (totalEvents != 0) { @($"{(double)record.EventCount/totalEvents:P2}") }
}
*@

This is a title

@*
ALARMS
*@