diff --git a/addressbook/templates/default/format_de.tpl b/addressbook/templates/default/format_de.tpl
index d339abefbb..5eb443d5f4 100644
--- a/addressbook/templates/default/format_de.tpl
+++ b/addressbook/templates/default/format_de.tpl
@@ -1,21 +1,22 @@
+
-
- {title}{firstname} {lastname} |
-
-
- {company} |
-
-
- {department} |
-
-
- {city} |
-
-
- {zip} |
-
-
- {country} |
-
+
+ {title}{firstname} {lastname} |
+
+
+ {company} |
+
+
+ {department} |
+
+
+ {street} |
+
+
+ {city} |
+
+
+ {zip} |
+
diff --git a/addressbook/templates/default/format_us.tpl b/addressbook/templates/default/format_us.tpl
index 464d5d1e09..c556cfcd28 100644
--- a/addressbook/templates/default/format_us.tpl
+++ b/addressbook/templates/default/format_us.tpl
@@ -1,18 +1,22 @@
+
-
- {title}{firstname} {lastname} |
-
-
- {company} |
-
-
- {department} |
-
-
- {city}, {state} {zip} |
-
-
- {country} |
-
+
+ {title}{firstname} {lastname} |
+
+
+ {company} |
+
+
+ {department} |
+
+
+ {street} |
+
+
+ {city}, {state} {zip} |
+
+
+ {country} |
+