diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index ebcee55..abe1c4c 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -128,7 +128,7 @@ {% if user.fc_accounts.all.0.get_user_info.address %}
  • ADRESSE FOURNIE PAR FRANCECONNECT - {% firstof user.fc_accounts.all.0.get_user_info.address.formatted user.fc_accounts.all.0.get_user_info.address %} + {% with address=user.fc_accounts.all.0.get_user_info.address %}{% if address %}{{ address.street_address }}, {{ address.postal_code }} {{ address.locality }}{% if address.country and address.country.upper != "FRANCE" %}, {{ address.country }}{% endif %}{% endif %}{% endwith %}
  • {% else %}