Hi,I use magento2.0.2,in admin panel 'STORES->Configuration->Customer->Customer Configuration->Address Templates",I try to add a custom attribute 'district' in "Text" :{{if district}}{{var district}}, {{/if}}{{if city}}{{var city}}, {{/if}},also in "Text One Line,Html",I add this custom address attribute and refresh the cache,but in front-end UI,my account "address book",I can't see the 'district'.
After testing,I know the 'address book' is use the 'Html' template.In table 'customer_address_entity',the field 'district' has value.Can anyone tell how can I do to show the custom address attribute 'district' in address book.Thanks.