7👍
✅
Assuming that your model is passed to the template as my_model
, the correct syntax would be:
{{ my_model.followers.all.count }}
This behavior is explained in Django documentation.
Source:stackexchange.com