Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {% load dojox.dtl.contrib.data %}
  2. {% bind_data items to store as datastore%}
  3. <div>
  4. test
  5. {% for item in datastore %}
  6. {{item.name}}<br/>
  7. {% endfor %}
  8. </div>
Add Comment
Please, Sign In to add comment