{% if field.label_width > 0 %} {# Note: Label behaviour's a bit odd! #} {% endif %}
{# This is all rendered with the javascript using an ajax call #} {#{% if field.shipping_methods %} {% if field.non_eu %}
We can't ship to non-EU countries.
{% else %} {% for method in field.shipping_methods %}
{% endfor %} {% endif %} {% else %}
You need to enter a shipping address before you can select a shipping method
{% endif %}#}
You need to enter a shipping address before you can select a shipping method