{{template "layout.html" .}} {{define "title"}}Entities{{end}} {{define "content"}}
Name | {{- if eq $t "guild" }} Profession {{- else if eq $t "religion" }} Worshpipping {{- else }} Race {{- end }} | {{- if eq $t "militaryunit" }}Worshpipping | Weapons | {{- end }}
---|---|---|---|
{{ entity .Id }} | {{- if eq $t "guild" }} {{ .Profession }}s {{- else if eq $t "religion" }} {{ hfList .WorshipId }} {{- else }} {{ .Race }} {{- end }} | {{- if eq $t "militaryunit" }}{{ hfList .WorshipId }} | {{ andList .Weapons }} | {{- end }}