1 post
-4
1
283
Hello You can use Django’s filter and tags if you want to add a value to your variable in the loop see filter:add the following example: {{value|add:"2"}}. Or you can create your own filter that I…