Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if event.LineItems.0.CustomAttributes.0.Key %}<br />Personalised:
- <ul>
- <li>{{ line_item.CustomAttributes.0.Key|title }}: {{ line_item.CustomAttributes.0.Value|title }}</li>
- <li>{{ line_item.CustomAttributes.1.Key|title }}: {{ line_item.CustomAttributes.1.Value|title }}</li>
- <li>{{ line_item.CustomAttributes.2.Key|title }}: {{ line_item.CustomAttributes.2.Value|title }}</li>
- <li>{{ line_item.CustomAttributes.3.Key|title }}: {{ line_item.CustomAttributes.3.Value|title }}</li>
- </ul>
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement