Hi,
There are 2 methods in Swift/UserManagement/Helpers/UserAddressDisplayFormatted.cshtml that are not closing the for loop properly:
- RenderUserManagementAddressBlock should close the for loop in line 117 before the completeLine variable.
- RenderUserItemAddressBlock should close the for loop in line 197 before the completeLine variable.
https://github.com/dynamicweb/Swift/blob/main/Swift/Files/Templates/Designs/Swift/UserManagement/Helpers/UserAddressDisplayFormatted.cshtml
This results in frontend not displaying correctly:
BR Mario