@using SZUAbsolventenverein.Module.PremiumArea.Services @using SZUAbsolventenverein.Module.PremiumArea.Models @namespace SZUAbsolventenverein.Module.PremiumArea @inherits ModuleBase @inject IEngineerApplicationService ApplicationService @inject NavigationManager NavManager
Laden...
} else {Keine Anträge gefunden.
} else {| Benutzer ID | Dateiname | Datum | Status | @if (_filterStatus == "Reported") {Meldegrund | }Aktionen |
|---|---|---|---|---|---|
| @app.UserId | @app.PdfFileName | @(app.SubmittedOn?.ToShortDateString() ?? app.CreatedOn.ToShortDateString()) | @app.Status @if(app.IsReported) { Gemeldet } | @if (_filterStatus == "Reported") {@app.ReportReason | }