Sapan Bhatia | 3a45f8b | 2014-01-14 21:20:16 -0500 | [diff] [blame] | 1 | {% for object in generator.all %} |
2 | Object {{ object }}: | ||||
3 | Refs: | ||||
Sapan Bhatia | be42fba | 2014-01-28 23:53:49 -0500 | [diff] [blame] | 4 | {% for ref in object.refs %} |
5 | {{ ref }}{% endfor %} | ||||
Sapan Bhatia | 3a45f8b | 2014-01-14 21:20:16 -0500 | [diff] [blame] | 6 | Props: |
7 | {% for prop in object.props %}{{ prop }} | ||||
8 | {% endfor %} | ||||
9 | {% endfor %} |