+
{{ templateData.description }}
+
+
+ {{ $t("global.name") }}: {{ templateData.defaultName }}
+
+
+ {{ $t("global.quantity") }}: {{ templateData.defaultQuantity }}
+
+
+ {{ $t("global.insured") }}:
+ {{ templateData.defaultInsured ? $t("global.yes") : $t("global.no") }}
+
+
+ {{ $t("components.template.form.manufacturer") }}:
+ {{ templateData.defaultManufacturer }}
+
+
+ {{ $t("components.template.form.model_number") }}:
+ {{ templateData.defaultModelNumber }}
+
+
+ {{ $t("components.template.form.lifetime_warranty") }}:
+ {{ $t("global.yes") }}
+
+
+ {{ $t("components.template.form.location") }}:
+ {{ templateData.defaultLocation.name }}
+
+
+
+ {{ $t("global.labels") }}:
+ {{ templateData.defaultLabels.map((l: any) => l.name).join(", ") }}
+
+
+
{{ $t("components.template.form.item_description") }}:
+
{{ templateData.defaultDescription }}
+
+
+
{{ $t("components.template.form.custom_fields") }}:
+
+ -
+ {{ field.name }}:
+ {{ field.textValue || $t("components.template.empty_value") }}
+
+
+
+