+ @if (_resolving)
+ {
+
Loading device config…
+ }
+ else if (!_canBrowse)
+ {
+
+
Browsing unavailable.
+
@_disabledReason
+
+ }
+ else
+ {
+
+ Committing under: @TargetLabel()
+
+
+ @if (_token == Guid.Empty)
+ {
+
+
+ @if (_openError is not null)
+ {
+ @Truncate(_openError, 70)
+ }
+
+ }
+ else
+ {
+
+
Browser open
+
+ _createGroups = e.Value is true)" />
+
+
+
+
+
+
+
+ @_selected.Count tag@(_selected.Count == 1 ? "" : "s") selected.
+
+ }
+
+ @if (_commitErrors.Count > 0)
+ {
+
+
Nothing was committed — fix these and retry:
+
+ @foreach (var err in _commitErrors)
+ {
+ - @err
+ }
+
+
+ }
+ }
+