dorfylegends/backend/templates/popoverArtifact.html

13 lines
368 B
HTML
Raw Normal View History

2022-05-07 19:11:24 +03:00
{{ artifact .Id }}<br />
2022-05-02 18:22:57 +03:00
{{- 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}}