Advertisement
paulandzen

JUL CUST VALUES

Jun 22nd, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {% if event.LineItems.0.CustomAttributes.0.Key %}<br />Personalised:
  2. <ul>
  3. <li>{{ line_item.CustomAttributes.0.Key|title }}: {{ line_item.CustomAttributes.0.Value|title }}</li>
  4. <li>{{ line_item.CustomAttributes.1.Key|title }}: {{ line_item.CustomAttributes.1.Value|title }}</li>
  5. <li>{{ line_item.CustomAttributes.2.Key|title }}: {{ line_item.CustomAttributes.2.Value|title }}</li>
  6. <li>{{ line_item.CustomAttributes.3.Key|title }}: {{ line_item.CustomAttributes.3.Value|title }}</li>
  7. </ul>
  8. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement