European Address Standard Structure is
John Doe
Samplestreet 1
DE-83838 Sampletown
How do I get the country code instead of the country name in the address template?
{{ address_line1 }}
{% if address_line2 %}{{ address_line2 }}
{% endif -%}
{{ country }}-{% if pincode %}{{ pincode }} {% endif -%}{{city }}