Guest User

Untitled

a guest
Jul 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {% for offer in products %}
  2. {% if products > 1: %}
  3. {% continue %}
  4. <table class="offers">
  5. <tbody>
  6. {% end %}
  7. {% end %}
  8.  
  9. {% for index in range(len(products)) %}
  10. <blah index={{ index }}> {{ products[index] }} </blah>
  11. {% end %}
Add Comment
Please, Sign In to add comment