Guest User

Untitled

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. objects = chain(Data.objects.filter(q_obj)..... )
  2.  
  3. {% for obj in objects %}
  4. ...
  5. {% endfor %}
  6.  
  7. ...
  8.  
  9. {% for object in objects %}
  10. ...
  11. {% empty %}
  12. nothing found
  13. {% endfor %}
Add Comment
Please, Sign In to add comment