How to use model.objects methods inside templates?

The issue with doing this:

is that you’re still creating an N + 1 query situation.

For me to directly suggest an annotation, I’d need to see the models.