diff --git a/flatisfy/web/js_src/components/flat.vue b/flatisfy/web/js_src/components/flat.vue index 0245fe4..a3e0f8d 100644 --- a/flatisfy/web/js_src/components/flat.vue +++ b/flatisfy/web/js_src/components/flat.vue @@ -15,7 +15,7 @@
+ {{ flat.cost | cost(flat.currency) }} {{ $t("flatsDetails.utilities_included") }} @@ -23,13 +23,14 @@ {{ $t("flatsDetails.utilities_excluded") }} -
+ + + à {{ flat.flatisfy_postal_code.name }} ({{ flat.flatisfy_postal_code.postal_code }}) +- {{ flat.area ? flat.area : '?' }} m2, - {{ flat.rooms ? flat.rooms : '?' }} {{ $tc("flatsDetails.rooms", flat.rooms) }} / - {{ flat.bedrooms ? flat.bedrooms : '?' }} {{ $tc("flatsDetails.bedrooms", flat.bedrooms) }} -
+ + {{flat.area}} m2, {{flat.rooms}} {{ $tc("flatsDetails.rooms", flat.rooms) }}/ {{flat.bedrooms}} {{ $tc("flatsDetails.bedrooms", flat.bedrooms) }} +
-
-
- {{ phoneNumber }}
-
-
-
- {{ $t("flatsDetails.no_phone_found") }}
-
-
{{ $tc("common.Original_post", flat.urls.length) }} -
- + + + + + + {{ $tc("common.Original_post", 1) }} + + + + +{{ $tc("common.Original_post", flat.urls.length) }} +
+ +