An array of note_attributes, that also supports lookups by attribute name: {% for attr in draft_order.note_attributes %}{% if attr.name == "color" %}{{ attr.value }}{% endif %}{% endfor %} , or {{ draft_order.note_attributes.color }}
Did this answer your question?Thanks for the feedbackThere was a problem submitting your feedback. Please try again later.