{{ shipping.label }} ({{ shipping.amount|commerce_currency(order.currency, order.locale) }})
{% endfor %}{{ order.lastTransaction.method.name }}
{% if order.lastTransaction.method.instructions and order.lastTransaction.state in ['new', 'processing', 'authorized'] %} {{ order.lastTransaction.method.instructions|raw }} {% endif %}