Hello I have {{order}}In my template. This displays all storage items. When I run the server, it shows up like this.
[<StorageItem: my item>, <StorageItem: Another Item>]
Only really want those items. I don’t want it to display StorageItem or the brackets.
What you currently have, is a list of objects.
Well, you will need to iterate over the list then.
{{ order }}isn’t really an appropriate name though, it should be {{ orders }}