1👍
You can’t really do list comprehensions inside Django templates. You should do this in your view and pass the list in your context to the template.
Source:stackexchange.com
1👍
You can’t really do list comprehensions inside Django templates. You should do this in your view and pass the list in your context to the template.