SyntaxFix
Write A Post
Hire A Developer
Questions
if you have an object you can define it as @property so you can get results without a call, e.g.
@property
class Item: @property def results(self): return something
then in the template:
<% for result in item.results %> ... <% endfor %>