diff --git a/appview/pages/templates/repo/fragments/editLabelPanel.html b/appview/pages/templates/repo/fragments/editLabelPanel.html
index fea6a851..11000c41 100644
--- a/appview/pages/templates/repo/fragments/editLabelPanel.html
+++ b/appview/pages/templates/repo/fragments/editLabelPanel.html
@@ -170,10 +170,24 @@
{{ $fieldName := $def.AtUri }}
{{ $valueType := $def.ValueType }}
{{ $value := .value }}
+
{{ if $valueType.IsDidFormat }}
{{ $value = trimPrefix (resolve .value) "@" }}
+
+
+
+ {{ else }}
+
{{ end }}
-
{{ end }}
{{ define "nullTypeInput" }}