Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <div>
  2. {% for tab in entryType.getFieldLayout().getTabs() %}
  3. <div id="tab{{ loop.index }}"{% if not loop.first %} class="hidden"{% endif %}>
  4. {% include "_includes/fields" with {
  5. fields: tab.getFields(),
  6. element: entry,
  7. static: (static is defined ? static : false)
  8. } only %}
  9. </div>
  10. {% endfor %}
  11. </div>
  12.  
  13. fields: foo,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement