Guest User

Untitled

a guest
Dec 17th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {% for p in line_item.properties %}
  2. {% unless p.first == ‘ZapietId’ %}
  3. <li>{{ property.first }}: {{ property.last }}</li>
  4. {% endunless %}
  5. {% endfor %}
Add Comment
Please, Sign In to add comment