Guest User

Untitled

a guest
Jun 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <div id="right_pod">
  2. {%for i in rangeLength%}
  3. <div class="user_pod" >
  4. {{c.i.0.from_user}}
  5. </div>
  6. {% endfor %}
  7.  
  8. <div id="right_pod">
  9. {% for i in c %}
  10. <div class="user_pod">
  11. {{ i.0.from_user }}
  12. </div>
  13. {% endfor %}
  14.  
  15. Variable Description
  16. forloop.counter The current iteration of the loop (1-indexed)
  17. forloop.counter0 The current iteration of the loop (0-indexed)
Add Comment
Please, Sign In to add comment