FOR loops - lines on a subscription
Looping through a list of lines on a subscription.
{% for line in package.line_items %}
Product: {{ line.item_name }}
Quantity: {{ line.line_quantity }}
{% endfor %}
Looping through a list of lines on a subscription.
{% for line in package.line_items %}
Product: {{ line.item_name }}
Quantity: {{ line.line_quantity }}
{% endfor %}