How can I define variable in django template engine and change it while iteration? I want to create panel for posts management that I get from database and display them in table. then I want to set counter for table and for each post that I get from db increase it by one But I don't know how to define and set variable in template engine.
Asked
Active
Viewed 250 times