-
{{.Attribute.Title}}
- {{if eq 0 .Attribute.Rating}}
-
- info
-
- {{end}}
- {{if eq 1 .Attribute.Rating}}
-
- good feature
-
- {{end}}
- {{if eq 2 .Attribute.Rating}}
-
- warning
-
- {{end}}
- {{if eq 3 .Attribute.Rating}}
-
- caution
-
- {{end}}
+
-
-
+
+
+
+ {{if eq 0 .Attribute.Rating}}
+ 🔵
+ {{end}}
+ {{if eq 1 .Attribute.Rating}}
+ ✅
+ {{end}}
+ {{if eq 2 .Attribute.Rating}}
+ ⚠️
+ {{end}}
+ {{if eq 3 .Attribute.Rating}}
+ 🛑
+ {{end}}
+ {{.Attribute.Title}}
+
+
+
{{if ne .Attribute.Description ""}}
{{.Attribute.Description}}
{{else}}
- This {{.Attribute.Name}} does not have a description.
+ {{.Attribute.Name}} does not have a description.
{{end}}