-
- @if (!AppSettings.DisableStepIn)
- {
- @* WITHOUT STEP IN BRIEFING *@
- @if (new[] { ProspectStateFilter.All, ProspectStateFilter.OnBoarding, ProspectStateFilter.Completed }.Contains(StateFilter))
- {
-
- Ohne @AppSettings.Terms.StepInName
-
- }
- }
-
- @* WITHOUT ID CHECK *@
- @if (new[] { ProspectStateFilter.All, ProspectStateFilter.Verification, ProspectStateFilter.Completed }.Contains(StateFilter))
- {
-
- Perso noch nicht geprüft
-
- }
-
- @* RECENT ACTIVITY *@
- @if (new[] { ProspectStateFilter.All, ProspectStateFilter.OnBoarding, ProspectStateFilter.Verification }.Contains(StateFilter))
- {
-
- Kürzlich geändert (< 6 Monate)
-
- }
-
- @* NO ACTIVITY *@
- @if (new[] { ProspectStateFilter.All, ProspectStateFilter.OnBoarding, ProspectStateFilter.Verification }.Contains(StateFilter))
- {
-
- Lange keine Aktivität (> 6 Monate)
-
- }
-
- @* DELETED ONLY *@
- @if (new[] { ProspectStateFilter.All }.Contains(StateFilter))
- {
-
- Gelöschte
-
- }
-
-
-