dorfylegends/backend/templates/popoverArtifact.html
Robert Janetzko edc4fe9b75 detail pages
2022-05-02 15:22:57 +00:00

12 lines
343 B
HTML

{{- if or (ne .ItemType "") (ne .ItemSubtype "")}}
{{.Mat}} {{if ne .ItemSubtype ""}}{{.ItemSubtype}}{{else}}{{.ItemType}}{{end}}
{{- end}}
{{- if ne .Writing -1 }}
containing {{ writtenContent .Writing}}
{{- end}}
{{- if ne .SiteId -1 }}
stored in {{ site .SiteId}}
{{- end}}
{{- if ne .HolderHfid -1 }}
owned by {{ hf .HolderHfid}}
{{- end}}