diff --git a/conf/countries/worldwide.yaml b/conf/countries/worldwide.yaml index bdae1ae..49bf80f 100644 --- a/conf/countries/worldwide.yaml +++ b/conf/countries/worldwide.yaml @@ -313,7 +313,10 @@ AO: # Antarctica AQ: address_template: | - {{{attention}}} + {{{house}}} + {{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} {{/first}} + {{#first}} {{{country}}} || {{{continent}}} {{/first}} + fallback_template: | {{{house}}} {{#first}} {{{city}}} || {{{town}}} || {{{village}}} || {{{hamlet}}} {{/first}} {{#first}} {{{country}}} || {{{continent}}} {{/first}}