-
-
- @ConstantString.Refresh
- @if (_canCreate)
- {
- @ConstantString.New
- @ConstantString.Clone
- }
- @if (_canDelete)
- {
- @ConstantString.Delete
- }
- @if (_canExport)
- {
-
- @ConstantString.Export
-
- }
- @if (_canImport)
- {
-
-
-
- @if (_uploading)
- {
-
- @ConstantString.Uploading
- }
- else
- {
- @ConstantString.Import
- }
-
-
-
- }
-
-
- @if (_canCreate)
- {
- @ConstantString.New
- }
- @if (_canDelete)
- {
- @ConstantString.Delete
- }
-
-
- @if (_canSearch)
- {
-
- }
-
-