I want to filter a result of a field in django in an html file. Something like this
{{ model.field where id = 2 }}
I've been looking for in django docs but i only could find a way to do it on the views.py. I also so something like javascript when u write a "|" simbol after the request but i still couldnt archieve it